sdc-build-wp 4.1.0 → 4.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/composer.json +2 -3
- package/composer.lock +3 -313
- package/index.js +38 -21
- package/lib/blocks.js +8 -6
- package/lib/style.js +17 -0
- package/package.json +1 -1
- package/vendor/composer/autoload_classmap.php +0 -37
- package/vendor/composer/autoload_psr4.php +0 -1
- package/vendor/composer/autoload_real.php +2 -0
- package/vendor/composer/autoload_static.php +0 -53
- package/vendor/composer/installed.json +1 -329
- package/vendor/composer/installed.php +3 -39
- package/vendor/composer/platform_check.php +26 -0
- package/lib/bustCache.js +0 -14
- package/vendor/dealerdirect/phpcodesniffer-composer-installer/LICENSE.md +0 -22
- package/vendor/dealerdirect/phpcodesniffer-composer-installer/README.md +0 -285
- package/vendor/dealerdirect/phpcodesniffer-composer-installer/composer.json +0 -71
- package/vendor/dealerdirect/phpcodesniffer-composer-installer/src/Plugin.php +0 -637
- package/vendor/phpcsstandards/phpcsextra/CHANGELOG.md +0 -590
- package/vendor/phpcsstandards/phpcsextra/LICENSE +0 -165
- package/vendor/phpcsstandards/phpcsextra/Modernize/Docs/FunctionCalls/DirnameStandard.xml +0 -40
- package/vendor/phpcsstandards/phpcsextra/Modernize/Sniffs/FunctionCalls/DirnameSniff.php +0 -382
- package/vendor/phpcsstandards/phpcsextra/Modernize/ruleset.xml +0 -5
- package/vendor/phpcsstandards/phpcsextra/NormalizedArrays/Docs/Arrays/ArrayBraceSpacingStandard.xml +0 -94
- package/vendor/phpcsstandards/phpcsextra/NormalizedArrays/Docs/Arrays/CommaAfterLastStandard.xml +0 -43
- package/vendor/phpcsstandards/phpcsextra/NormalizedArrays/Sniffs/Arrays/ArrayBraceSpacingSniff.php +0 -305
- package/vendor/phpcsstandards/phpcsextra/NormalizedArrays/Sniffs/Arrays/CommaAfterLastSniff.php +0 -226
- package/vendor/phpcsstandards/phpcsextra/NormalizedArrays/ruleset.xml +0 -5
- package/vendor/phpcsstandards/phpcsextra/README.md +0 -573
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Arrays/DisallowShortArraySyntaxStandard.xml +0 -27
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Arrays/DuplicateArrayKeyStandard.xml +0 -44
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Arrays/MixedArrayKeyTypesStandard.xml +0 -40
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Arrays/MixedKeyedUnkeyedArrayStandard.xml +0 -31
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Classes/DisallowAnonClassParenthesesStandard.xml +0 -24
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Classes/DisallowFinalClassStandard.xml +0 -25
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Classes/ModifierKeywordOrderStandard.xml +0 -27
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Classes/RequireAnonClassParenthesesStandard.xml +0 -23
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Classes/RequireFinalClassStandard.xml +0 -25
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/CodeAnalysis/ConstructorDestructorReturnStandard.xml +0 -64
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/CodeAnalysis/ForeachUniqueAssignmentStandard.xml +0 -26
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/CodeAnalysis/NoDoubleNegativeStandard.xml +0 -27
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/CodeAnalysis/NoEchoSprintfStandard.xml +0 -25
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/CodeAnalysis/StaticInFinalClassStandard.xml +0 -43
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Constants/LowercaseClassResolutionKeywordStandard.xml +0 -23
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Constants/ModifierKeywordOrderStandard.xml +0 -30
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Constants/UppercaseMagicConstantsStandard.xml +0 -25
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/ControlStructures/DisallowAlternativeSyntaxStandard.xml +0 -35
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/ControlStructures/DisallowLonelyIfStandard.xml +0 -49
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/ControlStructures/IfElseDeclarationStandard.xml +0 -37
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Files/SeparateFunctionsFromOOStandard.xml +0 -45
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/FunctionDeclarations/NoLongClosuresStandard.xml +0 -42
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/FunctionDeclarations/RequireFinalMethodsInTraitsStandard.xml +0 -33
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Lists/DisallowLongListSyntaxStandard.xml +0 -23
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Lists/DisallowShortListSyntaxStandard.xml +0 -23
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Namespaces/DisallowCurlyBraceSyntaxStandard.xml +0 -27
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Namespaces/DisallowDeclarationWithoutNameStandard.xml +0 -25
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Namespaces/EnforceCurlyBraceSyntaxStandard.xml +0 -27
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Namespaces/OneDeclarationPerFileStandard.xml +0 -27
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/NamingConventions/NoReservedKeywordParameterNamesStandard.xml +0 -23
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/OOStructures/AlphabeticExtendsImplementsStandard.xml +0 -27
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Operators/ConcatPositionStandard.xml +0 -31
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Operators/DisallowLogicalAndOrStandard.xml +0 -30
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Operators/DisallowShortTernaryStandard.xml +0 -26
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Operators/DisallowStandalonePostIncrementDecrementStandard.xml +0 -44
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Operators/StrictComparisonsStandard.xml +0 -29
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/Operators/TypeSeparatorSpacingStandard.xml +0 -33
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/PHP/LowercasePHPTagStandard.xml +0 -25
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/PHP/OneStatementInShortEchoTagStandard.xml +0 -41
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/UseStatements/DisallowMixedGroupUseStandard.xml +0 -39
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/UseStatements/DisallowUseClassStandard.xml +0 -25
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/UseStatements/DisallowUseConstStandard.xml +0 -25
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/UseStatements/DisallowUseFunctionStandard.xml +0 -25
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/UseStatements/KeywordSpacingStandard.xml +0 -29
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/UseStatements/LowercaseFunctionConstStandard.xml +0 -25
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/UseStatements/NoLeadingBackslashStandard.xml +0 -23
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/UseStatements/NoUselessAliasesStandard.xml +0 -30
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/WhiteSpace/AnonClassKeywordSpacingStandard.xml +0 -31
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/WhiteSpace/CommaSpacingStandard.xml +0 -94
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/WhiteSpace/DisallowInlineTabsStandard.xml +0 -25
- package/vendor/phpcsstandards/phpcsextra/Universal/Docs/WhiteSpace/PrecisionAlignmentStandard.xml +0 -29
- package/vendor/phpcsstandards/phpcsextra/Universal/Helpers/DummyTokenizer.php +0 -60
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Arrays/DisallowShortArraySyntaxSniff.php +0 -89
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Arrays/DuplicateArrayKeySniff.php +0 -297
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Arrays/MixedArrayKeyTypesSniff.php +0 -174
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Arrays/MixedKeyedUnkeyedArraySniff.php +0 -134
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Classes/DisallowAnonClassParenthesesSniff.php +0 -112
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Classes/DisallowFinalClassSniff.php +0 -116
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Classes/ModifierKeywordOrderSniff.php +0 -188
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Classes/RequireAnonClassParenthesesSniff.php +0 -81
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Classes/RequireFinalClassSniff.php +0 -102
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/CodeAnalysis/ConstructorDestructorReturnSniff.php +0 -211
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/CodeAnalysis/ForeachUniqueAssignmentSniff.php +0 -153
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/CodeAnalysis/NoDoubleNegativeSniff.php +0 -269
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/CodeAnalysis/NoEchoSprintfSniff.php +0 -131
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/CodeAnalysis/StaticInFinalClassSniff.php +0 -216
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Constants/LowercaseClassResolutionKeywordSniff.php +0 -106
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Constants/ModifierKeywordOrderSniff.php +0 -199
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Constants/UppercaseMagicConstantsSniff.php +0 -89
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/ControlStructures/DisallowAlternativeSyntaxSniff.php +0 -216
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/ControlStructures/DisallowLonelyIfSniff.php +0 -348
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/ControlStructures/IfElseDeclarationSniff.php +0 -164
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Files/SeparateFunctionsFromOOSniff.php +0 -190
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/FunctionDeclarations/NoLongClosuresSniff.php +0 -233
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/FunctionDeclarations/RequireFinalMethodsInTraitsSniff.php +0 -120
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Lists/DisallowLongListSyntaxSniff.php +0 -71
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Lists/DisallowShortListSyntaxSniff.php +0 -86
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Namespaces/DisallowCurlyBraceSyntaxSniff.php +0 -81
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Namespaces/DisallowDeclarationWithoutNameSniff.php +0 -80
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Namespaces/EnforceCurlyBraceSyntaxSniff.php +0 -81
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Namespaces/OneDeclarationPerFileSniff.php +0 -96
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/NamingConventions/NoReservedKeywordParameterNamesSniff.php +0 -190
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/OOStructures/AlphabeticExtendsImplementsSniff.php +0 -275
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Operators/ConcatPositionSniff.php +0 -204
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Operators/DisallowLogicalAndOrSniff.php +0 -112
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Operators/DisallowShortTernarySniff.php +0 -76
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Operators/DisallowStandalonePostIncrementDecrementSniff.php +0 -197
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Operators/StrictComparisonsSniff.php +0 -116
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Operators/TypeSeparatorSpacingSniff.php +0 -85
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/PHP/LowercasePHPTagSniff.php +0 -87
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/PHP/OneStatementInShortEchoTagSniff.php +0 -101
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/UseStatements/DisallowMixedGroupUseSniff.php +0 -248
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/UseStatements/DisallowUseClassSniff.php +0 -211
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/UseStatements/DisallowUseConstSniff.php +0 -211
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/UseStatements/DisallowUseFunctionSniff.php +0 -211
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/UseStatements/KeywordSpacingSniff.php +0 -207
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/UseStatements/LowercaseFunctionConstSniff.php +0 -156
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/UseStatements/NoLeadingBackslashSniff.php +0 -170
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/UseStatements/NoUselessAliasesSniff.php +0 -155
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/WhiteSpace/AnonClassKeywordSpacingSniff.php +0 -79
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/WhiteSpace/CommaSpacingSniff.php +0 -408
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/WhiteSpace/DisallowInlineTabsSniff.php +0 -173
- package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/WhiteSpace/PrecisionAlignmentSniff.php +0 -445
- package/vendor/phpcsstandards/phpcsextra/Universal/ruleset.xml +0 -5
- package/vendor/phpcsstandards/phpcsextra/composer.json +0 -69
- package/vendor/phpcsstandards/phpcsutils/.phpdoc.xml.dist +0 -36
- package/vendor/phpcsstandards/phpcsutils/CHANGELOG.md +0 -1106
- package/vendor/phpcsstandards/phpcsutils/LICENSE +0 -165
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/AbstractSniffs/AbstractArrayDeclarationSniff.php +0 -551
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/BackCompat/BCFile.php +0 -781
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/BackCompat/BCTokens.php +0 -123
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/BackCompat/Helper.php +0 -202
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Exceptions/InvalidTokenArray.php +0 -44
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Exceptions/TestFileNotFound.php +0 -47
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Exceptions/TestMarkerNotFound.php +0 -43
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Exceptions/TestTargetNotFound.php +0 -50
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Fixers/SpacesFixer.php +0 -246
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Internal/Cache.php +0 -218
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Internal/IsShortArrayOrList.php +0 -687
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Internal/IsShortArrayOrListWithCache.php +0 -269
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Internal/NoFileCache.php +0 -164
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Internal/StableCollections.php +0 -75
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/TestUtils/UtilityMethodTestCase.php +0 -459
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Tokens/Collections.php +0 -837
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Tokens/TokenHelper.php +0 -55
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/Arrays.php +0 -227
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/Conditions.php +0 -156
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/Context.php +0 -232
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/ControlStructures.php +0 -276
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/FunctionDeclarations.php +0 -828
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/GetTokensAsString.php +0 -262
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/Lists.php +0 -359
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/MessageHelper.php +0 -145
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/Namespaces.php +0 -389
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/NamingConventions.php +0 -116
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/Numbers.php +0 -322
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/ObjectDeclarations.php +0 -359
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/Operators.php +0 -252
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/Orthography.php +0 -120
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/Parentheses.php +0 -419
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/PassedParameters.php +0 -510
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/Scopes.php +0 -143
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/TextStrings.php +0 -331
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/UseStatements.php +0 -432
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/Utils/Variables.php +0 -333
- package/vendor/phpcsstandards/phpcsutils/PHPCSUtils/ruleset.xml +0 -4
- package/vendor/phpcsstandards/phpcsutils/README.md +0 -297
- package/vendor/phpcsstandards/phpcsutils/composer.json +0 -92
- package/vendor/phpcsstandards/phpcsutils/phpcsutils-autoload.php +0 -68
- package/vendor/wp-coding-standards/wpcs/CHANGELOG.md +0 -1654
- package/vendor/wp-coding-standards/wpcs/LICENSE +0 -21
- package/vendor/wp-coding-standards/wpcs/README.md +0 -261
- package/vendor/wp-coding-standards/wpcs/WordPress/AbstractArrayAssignmentRestrictionsSniff.php +0 -261
- package/vendor/wp-coding-standards/wpcs/WordPress/AbstractClassRestrictionsSniff.php +0 -257
- package/vendor/wp-coding-standards/wpcs/WordPress/AbstractFunctionParameterSniff.php +0 -111
- package/vendor/wp-coding-standards/wpcs/WordPress/AbstractFunctionRestrictionsSniff.php +0 -358
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/Arrays/ArrayIndentationStandard.xml +0 -116
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/Arrays/ArrayKeySpacingRestrictionsStandard.xml +0 -31
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/Arrays/MultipleStatementAlignmentStandard.xml +0 -50
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/CodeAnalysis/EscapedNotTranslatedStandard.xml +0 -24
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/DateTime/CurrentTimeTimestampStandard.xml +0 -35
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/DateTime/RestrictedFunctionsStandard.xml +0 -54
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/NamingConventions/PrefixAllGlobalsStandard.xml +0 -119
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/NamingConventions/ValidHookNameStandard.xml +0 -35
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/NamingConventions/ValidPostTypeSlugStandard.xml +0 -121
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/PHP/IniSetStandard.xml +0 -40
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/PHP/StrictInArrayStandard.xml +0 -53
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/PHP/YodaConditionsStandard.xml +0 -27
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/Security/SafeRedirectStandard.xml +0 -23
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/CapabilitiesStandard.xml +0 -69
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/CapitalPDangitStandard.xml +0 -43
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/ClassNameCaseStandard.xml +0 -23
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/CronIntervalStandard.xml +0 -45
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/DeprecatedClassesStandard.xml +0 -23
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/DeprecatedFunctionsStandard.xml +0 -23
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/DeprecatedParameterValuesStandard.xml +0 -23
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/DeprecatedParametersStandard.xml +0 -40
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/EnqueuedResourceParametersStandard.xml +0 -92
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/EnqueuedResourcesStandard.xml +0 -57
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/WP/PostsPerPageStandard.xml +0 -73
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/WhiteSpace/CastStructureSpacingStandard.xml +0 -27
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/WhiteSpace/ControlStructureSpacingStandard.xml +0 -150
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/WhiteSpace/ObjectOperatorSpacingStandard.xml +0 -19
- package/vendor/wp-coding-standards/wpcs/WordPress/Docs/WhiteSpace/OperatorSpacingStandard.xml +0 -61
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/ArrayWalkingFunctionsHelper.php +0 -108
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/ConstantsHelper.php +0 -135
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/ContextHelper.php +0 -394
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/DeprecationHelper.php +0 -84
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/EscapingFunctionsTrait.php +0 -256
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/FormattingFunctionsHelper.php +0 -60
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/IsUnitTestTrait.php +0 -238
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/ListHelper.php +0 -101
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/MinimumWPVersionTrait.php +0 -159
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/PrintingFunctionsTrait.php +0 -122
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/RulesetPropertyHelper.php +0 -73
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/SanitizationHelperTrait.php +0 -418
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/SnakeCaseHelper.php +0 -60
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/UnslashingFunctionsHelper.php +0 -59
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/ValidationHelper.php +0 -349
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/VariableHelper.php +0 -262
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/WPDBTrait.php +0 -115
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/WPGlobalVariablesHelper.php +0 -312
- package/vendor/wp-coding-standards/wpcs/WordPress/Helpers/WPHookHelper.php +0 -113
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniff.php +0 -72
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Arrays/ArrayDeclarationSpacingSniff.php +0 -252
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Arrays/ArrayIndentationSniff.php +0 -550
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Arrays/ArrayKeySpacingRestrictionsSniff.php +0 -174
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Arrays/MultipleStatementAlignmentSniff.php +0 -583
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/CodeAnalysis/AssignmentInTernaryConditionSniff.php +0 -173
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/CodeAnalysis/EscapedNotTranslatedSniff.php +0 -89
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/DB/DirectDatabaseQuerySniff.php +0 -301
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/DB/PreparedSQLPlaceholdersSniff.php +0 -761
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/DB/PreparedSQLSniff.php +0 -242
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/DB/RestrictedClassesSniff.php +0 -57
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/DB/RestrictedFunctionsSniff.php +0 -63
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/DB/SlowDBQuerySniff.php +0 -58
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/DateTime/CurrentTimeTimestampSniff.php +0 -168
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/DateTime/RestrictedFunctionsSniff.php +0 -59
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Files/FileNameSniff.php +0 -313
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/NamingConventions/PrefixAllGlobalsSniff.php +0 -1297
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/NamingConventions/ValidFunctionNameSniff.php +0 -188
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/NamingConventions/ValidHookNameSniff.php +0 -277
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/NamingConventions/ValidPostTypeSlugSniff.php +0 -230
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/NamingConventions/ValidVariableNameSniff.php +0 -289
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/PHP/DevelopmentFunctionsSniff.php +0 -63
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/PHP/DiscouragedPHPFunctionsSniff.php +0 -100
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/PHP/DontExtractSniff.php +0 -52
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/PHP/IniSetSniff.php +0 -193
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/PHP/NoSilencedErrorsSniff.php +0 -245
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/PHP/POSIXFunctionsSniff.php +0 -73
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/PHP/PregQuoteDelimiterSniff.php +0 -70
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/PHP/RestrictedPHPFunctionsSniff.php +0 -45
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/PHP/StrictInArraySniff.php +0 -122
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/PHP/TypeCastsSniff.php +0 -90
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/PHP/YodaConditionsSniff.php +0 -124
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Security/EscapeOutputSniff.php +0 -903
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Security/NonceVerificationSniff.php +0 -422
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Security/PluginMenuSlugSniff.php +0 -126
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Security/SafeRedirectSniff.php +0 -45
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Security/ValidatedSanitizedInputSniff.php +0 -244
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/Utils/I18nTextDomainFixerSniff.php +0 -862
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/AlternativeFunctionsSniff.php +0 -371
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/CapabilitiesSniff.php +0 -478
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/CapitalPDangitSniff.php +0 -315
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/ClassNameCaseSniff.php +0 -897
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/CronIntervalSniff.php +0 -321
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/DeprecatedClassesSniff.php +0 -152
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/DeprecatedFunctionsSniff.php +0 -1708
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/DeprecatedParameterValuesSniff.php +0 -291
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/DeprecatedParametersSniff.php +0 -509
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/DiscouragedConstantsSniff.php +0 -160
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/DiscouragedFunctionsSniff.php +0 -54
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/EnqueuedResourceParametersSniff.php +0 -241
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/EnqueuedResourcesSniff.php +0 -108
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/GlobalVariablesOverrideSniff.php +0 -436
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/I18nSniff.php +0 -977
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WP/PostsPerPageSniff.php +0 -102
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WhiteSpace/CastStructureSpacingSniff.php +0 -59
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WhiteSpace/ControlStructureSpacingSniff.php +0 -486
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php +0 -63
- package/vendor/wp-coding-standards/wpcs/WordPress/Sniffs/WhiteSpace/OperatorSpacingSniff.php +0 -60
- package/vendor/wp-coding-standards/wpcs/WordPress/ruleset.xml +0 -13
- package/vendor/wp-coding-standards/wpcs/WordPress-Core/ruleset.xml +0 -948
- package/vendor/wp-coding-standards/wpcs/WordPress-Docs/ruleset.xml +0 -109
- package/vendor/wp-coding-standards/wpcs/WordPress-Extra/ruleset.xml +0 -199
- package/vendor/wp-coding-standards/wpcs/composer.json +0 -88
- package/vendor/wp-coding-standards/wpcs/phpcs.xml.dist.sample +0 -153
|
@@ -1,297 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
/**
|
|
3
|
-
* PHPCSExtra, a collection of sniffs and standards for use with PHP_CodeSniffer.
|
|
4
|
-
*
|
|
5
|
-
* @package PHPCSExtra
|
|
6
|
-
* @copyright 2020 PHPCSExtra Contributors
|
|
7
|
-
* @license https://opensource.org/licenses/LGPL-3.0 LGPL3
|
|
8
|
-
* @link https://github.com/PHPCSStandards/PHPCSExtra
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
namespace PHPCSExtra\Universal\Sniffs\Arrays;
|
|
12
|
-
|
|
13
|
-
use PHP_CodeSniffer\Files\File;
|
|
14
|
-
use PHP_CodeSniffer\Util\Tokens;
|
|
15
|
-
use PHPCSUtils\AbstractSniffs\AbstractArrayDeclarationSniff;
|
|
16
|
-
use PHPCSUtils\BackCompat\Helper;
|
|
17
|
-
|
|
18
|
-
/**
|
|
19
|
-
* Detect duplicate array keys in array declarations.
|
|
20
|
-
*
|
|
21
|
-
* This sniff will detect duplicate keys with high precision, though any array key
|
|
22
|
-
* set via a variable/constant/function call is excluded from the examination.
|
|
23
|
-
*
|
|
24
|
-
* The sniff will handle the change in how numeric array keys are set
|
|
25
|
-
* since PHP 8.0 and will flag keys which would be duplicates cross-version.
|
|
26
|
-
* {@link https://wiki.php.net/rfc/negative_array_index}
|
|
27
|
-
*
|
|
28
|
-
* @since 1.0.0
|
|
29
|
-
*/
|
|
30
|
-
final class DuplicateArrayKeySniff extends AbstractArrayDeclarationSniff
|
|
31
|
-
{
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* Keep track of which array keys have been seen already on PHP < 8.0.
|
|
35
|
-
*
|
|
36
|
-
* @since 1.0.0
|
|
37
|
-
*
|
|
38
|
-
* @var array<int, array<string, int>>
|
|
39
|
-
*/
|
|
40
|
-
private $keysSeenLt8 = [];
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Keep track of which array keys have been seen already on PHP >= 8.0.
|
|
44
|
-
*
|
|
45
|
-
* @since 1.0.0
|
|
46
|
-
*
|
|
47
|
-
* @var array<int, array<string, int>>
|
|
48
|
-
*/
|
|
49
|
-
private $keysSeenGt8 = [];
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* Keep track of the maximum seen integer key to know what the next value will be for
|
|
53
|
-
* array items without a key on PHP < 8.0.
|
|
54
|
-
*
|
|
55
|
-
* @since 1.0.0
|
|
56
|
-
*
|
|
57
|
-
* @var int
|
|
58
|
-
*/
|
|
59
|
-
private $currentMaxIntKeyLt8;
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* Keep track of the maximum seen integer key to know what the next value will be for
|
|
63
|
-
* array items without a key on PHP >= 8.0.
|
|
64
|
-
*
|
|
65
|
-
* @since 1.0.0
|
|
66
|
-
*
|
|
67
|
-
* @var int
|
|
68
|
-
*/
|
|
69
|
-
private $currentMaxIntKeyGt8;
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* PHP version as configured or -1 if unknown.
|
|
73
|
-
*
|
|
74
|
-
* @since 1.0.0
|
|
75
|
-
*
|
|
76
|
-
* @var int
|
|
77
|
-
*/
|
|
78
|
-
private $phpVersion;
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* Process every part of the array declaration.
|
|
82
|
-
*
|
|
83
|
-
* This contains the default logic for the sniff, but can be overloaded in a concrete child class
|
|
84
|
-
* if needed.
|
|
85
|
-
*
|
|
86
|
-
* @since 1.0.0
|
|
87
|
-
*
|
|
88
|
-
* @param \PHP_CodeSniffer\Files\File $phpcsFile The PHP_CodeSniffer file where the
|
|
89
|
-
* token was found.
|
|
90
|
-
*
|
|
91
|
-
* @return void
|
|
92
|
-
*/
|
|
93
|
-
public function processArray(File $phpcsFile)
|
|
94
|
-
{
|
|
95
|
-
// Reset properties before processing this array.
|
|
96
|
-
$this->keysSeenLt8 = [];
|
|
97
|
-
$this->keysSeenGt8 = [];
|
|
98
|
-
|
|
99
|
-
if (isset($this->phpVersion) === false) {
|
|
100
|
-
// Set default value to prevent this code from running every time the sniff is triggered.
|
|
101
|
-
$this->phpVersion = -1;
|
|
102
|
-
|
|
103
|
-
$phpVersion = Helper::getConfigData('php_version');
|
|
104
|
-
if ($phpVersion !== null) {
|
|
105
|
-
$this->phpVersion = (int) $phpVersion;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
unset($this->currentMaxIntKeyLt8, $this->currentMaxIntKeyGt8);
|
|
110
|
-
|
|
111
|
-
parent::processArray($phpcsFile);
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
/**
|
|
115
|
-
* Process the tokens in an array key.
|
|
116
|
-
*
|
|
117
|
-
* @since 1.0.0
|
|
118
|
-
*
|
|
119
|
-
* @param \PHP_CodeSniffer\Files\File $phpcsFile The PHP_CodeSniffer file where the
|
|
120
|
-
* token was found.
|
|
121
|
-
* @param int $startPtr The stack pointer to the first token in the "key" part of
|
|
122
|
-
* an array item.
|
|
123
|
-
* @param int $endPtr The stack pointer to the last token in the "key" part of
|
|
124
|
-
* an array item.
|
|
125
|
-
* @param int $itemNr Which item in the array is being handled.
|
|
126
|
-
*
|
|
127
|
-
* @return void
|
|
128
|
-
*/
|
|
129
|
-
public function processKey(File $phpcsFile, $startPtr, $endPtr, $itemNr)
|
|
130
|
-
{
|
|
131
|
-
$key = $this->getActualArrayKey($phpcsFile, $startPtr, $endPtr);
|
|
132
|
-
|
|
133
|
-
if (isset($key) === false) {
|
|
134
|
-
// Key could not be determined.
|
|
135
|
-
return;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
$integerKey = \is_int($key);
|
|
139
|
-
|
|
140
|
-
$errorMsg = 'Duplicate array key found. The value will be overwritten%s.'
|
|
141
|
-
. ' The %s array key "%s" was first seen on line %d';
|
|
142
|
-
$errorCode = 'Found';
|
|
143
|
-
$errors = [];
|
|
144
|
-
$baseData = [
|
|
145
|
-
($integerKey === true) ? 'integer' : 'string',
|
|
146
|
-
$key,
|
|
147
|
-
];
|
|
148
|
-
|
|
149
|
-
/*
|
|
150
|
-
* Check if we've seen the key before.
|
|
151
|
-
*/
|
|
152
|
-
if (($this->phpVersion === -1 || $this->phpVersion < 80000)
|
|
153
|
-
&& isset($this->keysSeenLt8[$key]) === true
|
|
154
|
-
) {
|
|
155
|
-
$errors['phplt8'] = [
|
|
156
|
-
'data_subset' => $baseData,
|
|
157
|
-
'error_suffix' => '',
|
|
158
|
-
'code_suffix' => '',
|
|
159
|
-
];
|
|
160
|
-
|
|
161
|
-
if ($integerKey === true) {
|
|
162
|
-
$errors['phplt8']['error_suffix'] = ' when using PHP < 8.0';
|
|
163
|
-
$errors['phplt8']['code_suffix'] = 'ForPHPlt80';
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
$firstSeen = $this->keysSeenLt8[$key];
|
|
167
|
-
$firstNonEmptyFirstSeen = $phpcsFile->findNext(Tokens::$emptyTokens, $firstSeen['ptr'], null, true);
|
|
168
|
-
|
|
169
|
-
$errors['phplt8']['data_subset'][] = $this->tokens[$firstNonEmptyFirstSeen]['line'];
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
if (($this->phpVersion === -1 || $this->phpVersion >= 80000)
|
|
173
|
-
&& isset($this->keysSeenGt8[$key]) === true
|
|
174
|
-
) {
|
|
175
|
-
$errors['phpgt8'] = [
|
|
176
|
-
'data_subset' => $baseData,
|
|
177
|
-
'error_suffix' => '',
|
|
178
|
-
'code_suffix' => '',
|
|
179
|
-
];
|
|
180
|
-
|
|
181
|
-
if ($integerKey === true) {
|
|
182
|
-
$errors['phpgt8']['error_suffix'] = ' when using PHP >= 8.0';
|
|
183
|
-
$errors['phpgt8']['code_suffix'] = 'ForPHPgte80';
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
$firstSeen = $this->keysSeenGt8[$key];
|
|
187
|
-
$firstNonEmptyFirstSeen = $phpcsFile->findNext(Tokens::$emptyTokens, $firstSeen['ptr'], null, true);
|
|
188
|
-
|
|
189
|
-
$errors['phpgt8']['data_subset'][] = $this->tokens[$firstNonEmptyFirstSeen]['line'];
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
/*
|
|
193
|
-
* Throw the error(s).
|
|
194
|
-
*
|
|
195
|
-
* If no PHP version was passed, throw errors both for PHP < 8.0 and PHP >= 8.0.
|
|
196
|
-
* If a PHP version was set, only throw the error appropriate for the selected PHP version.
|
|
197
|
-
* If both errors would effectively be the same, only throw one.
|
|
198
|
-
*/
|
|
199
|
-
if ($errors !== []) {
|
|
200
|
-
$firstNonEmpty = $phpcsFile->findNext(Tokens::$emptyTokens, $startPtr, null, true);
|
|
201
|
-
|
|
202
|
-
if (isset($errors['phplt8'], $errors['phpgt8'])
|
|
203
|
-
&& $errors['phplt8']['data_subset'] === $errors['phpgt8']['data_subset']
|
|
204
|
-
) {
|
|
205
|
-
// Only throw the error once if it would be the same for PHP < 8.0 and PHP >= 8.0.
|
|
206
|
-
$data = $errors['phplt8']['data_subset'];
|
|
207
|
-
\array_unshift($data, '');
|
|
208
|
-
|
|
209
|
-
$phpcsFile->addError($errorMsg, $firstNonEmpty, $errorCode, $data);
|
|
210
|
-
return;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
if (isset($errors['phplt8'])) {
|
|
214
|
-
$code = $errorCode . $errors['phplt8']['code_suffix'];
|
|
215
|
-
$data = $errors['phplt8']['data_subset'];
|
|
216
|
-
\array_unshift($data, $errors['phplt8']['error_suffix']);
|
|
217
|
-
|
|
218
|
-
$phpcsFile->addError($errorMsg, $firstNonEmpty, $code, $data);
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
if (isset($errors['phpgt8'])) {
|
|
222
|
-
$code = $errorCode . $errors['phpgt8']['code_suffix'];
|
|
223
|
-
$data = $errors['phpgt8']['data_subset'];
|
|
224
|
-
\array_unshift($data, $errors['phpgt8']['error_suffix']);
|
|
225
|
-
|
|
226
|
-
$phpcsFile->addError($errorMsg, $firstNonEmpty, $code, $data);
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
return;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
/*
|
|
233
|
-
* Key not seen before. Add to arrays.
|
|
234
|
-
*/
|
|
235
|
-
$this->keysSeenLt8[$key] = [
|
|
236
|
-
'item' => $itemNr,
|
|
237
|
-
'ptr' => $startPtr,
|
|
238
|
-
];
|
|
239
|
-
$this->keysSeenGt8[$key] = [
|
|
240
|
-
'item' => $itemNr,
|
|
241
|
-
'ptr' => $startPtr,
|
|
242
|
-
];
|
|
243
|
-
|
|
244
|
-
if ($integerKey === true) {
|
|
245
|
-
if ((isset($this->currentMaxIntKeyLt8) === false && $key > -1)
|
|
246
|
-
|| (isset($this->currentMaxIntKeyLt8) === true && $key > $this->currentMaxIntKeyLt8)
|
|
247
|
-
) {
|
|
248
|
-
$this->currentMaxIntKeyLt8 = $key;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
if (isset($this->currentMaxIntKeyGt8) === false
|
|
252
|
-
|| $key > $this->currentMaxIntKeyGt8
|
|
253
|
-
) {
|
|
254
|
-
$this->currentMaxIntKeyGt8 = $key;
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
/**
|
|
260
|
-
* Process an array item without an array key.
|
|
261
|
-
*
|
|
262
|
-
* @since 1.0.0
|
|
263
|
-
*
|
|
264
|
-
* @param \PHP_CodeSniffer\Files\File $phpcsFile The PHP_CodeSniffer file where the
|
|
265
|
-
* token was found.
|
|
266
|
-
* @param int $startPtr The stack pointer to the first token in the array item,
|
|
267
|
-
* which in this case will be the first token of the array
|
|
268
|
-
* value part of the array item.
|
|
269
|
-
* @param int $itemNr Which item in the array is being handled.
|
|
270
|
-
*
|
|
271
|
-
* @return void
|
|
272
|
-
*/
|
|
273
|
-
public function processNoKey(File $phpcsFile, $startPtr, $itemNr)
|
|
274
|
-
{
|
|
275
|
-
// Track the key for PHP < 8.0.
|
|
276
|
-
if (isset($this->currentMaxIntKeyLt8) === false) {
|
|
277
|
-
$this->currentMaxIntKeyLt8 = -1;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
++$this->currentMaxIntKeyLt8;
|
|
281
|
-
$this->keysSeenLt8[$this->currentMaxIntKeyLt8] = [
|
|
282
|
-
'item' => $itemNr,
|
|
283
|
-
'ptr' => $startPtr,
|
|
284
|
-
];
|
|
285
|
-
|
|
286
|
-
// Track the key for PHP 8.0+.
|
|
287
|
-
if (isset($this->currentMaxIntKeyGt8) === false) {
|
|
288
|
-
$this->currentMaxIntKeyGt8 = -1;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
++$this->currentMaxIntKeyGt8;
|
|
292
|
-
$this->keysSeenGt8[$this->currentMaxIntKeyGt8] = [
|
|
293
|
-
'item' => $itemNr,
|
|
294
|
-
'ptr' => $startPtr,
|
|
295
|
-
];
|
|
296
|
-
}
|
|
297
|
-
}
|
package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Arrays/MixedArrayKeyTypesSniff.php
DELETED
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
/**
|
|
3
|
-
* PHPCSExtra, a collection of sniffs and standards for use with PHP_CodeSniffer.
|
|
4
|
-
*
|
|
5
|
-
* @package PHPCSExtra
|
|
6
|
-
* @copyright 2020 PHPCSExtra Contributors
|
|
7
|
-
* @license https://opensource.org/licenses/LGPL-3.0 LGPL3
|
|
8
|
-
* @link https://github.com/PHPCSStandards/PHPCSExtra
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
namespace PHPCSExtra\Universal\Sniffs\Arrays;
|
|
12
|
-
|
|
13
|
-
use PHP_CodeSniffer\Files\File;
|
|
14
|
-
use PHP_CodeSniffer\Util\Tokens;
|
|
15
|
-
use PHPCSUtils\AbstractSniffs\AbstractArrayDeclarationSniff;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Forbid arrays which contain both array items with numeric keys as well as array items with string keys.
|
|
19
|
-
*
|
|
20
|
-
* @since 1.0.0
|
|
21
|
-
*/
|
|
22
|
-
final class MixedArrayKeyTypesSniff extends AbstractArrayDeclarationSniff
|
|
23
|
-
{
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* Whether a string key was encountered.
|
|
27
|
-
*
|
|
28
|
-
* @var bool
|
|
29
|
-
*/
|
|
30
|
-
private $seenStringKey = false;
|
|
31
|
-
|
|
32
|
-
/**
|
|
33
|
-
* Whether a numeric key was encountered.
|
|
34
|
-
*
|
|
35
|
-
* @var bool
|
|
36
|
-
*/
|
|
37
|
-
private $seenNumericKey = false;
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* Process the array declaration.
|
|
41
|
-
*
|
|
42
|
-
* @since 1.0.0
|
|
43
|
-
*
|
|
44
|
-
* @param \PHP_CodeSniffer\Files\File $phpcsFile The PHP_CodeSniffer file where the
|
|
45
|
-
* token was found.
|
|
46
|
-
*
|
|
47
|
-
* @return void
|
|
48
|
-
*/
|
|
49
|
-
public function processArray(File $phpcsFile)
|
|
50
|
-
{
|
|
51
|
-
// Reset properties before processing this array.
|
|
52
|
-
$this->seenStringKey = false;
|
|
53
|
-
$this->seenNumericKey = false;
|
|
54
|
-
|
|
55
|
-
parent::processArray($phpcsFile);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
/**
|
|
59
|
-
* Process the tokens in an array key.
|
|
60
|
-
*
|
|
61
|
-
* @since 1.0.0
|
|
62
|
-
*
|
|
63
|
-
* @param \PHP_CodeSniffer\Files\File $phpcsFile The PHP_CodeSniffer file where the
|
|
64
|
-
* token was found.
|
|
65
|
-
* @param int $startPtr The stack pointer to the first token in the "key" part of
|
|
66
|
-
* an array item.
|
|
67
|
-
* @param int $endPtr The stack pointer to the last token in the "key" part of
|
|
68
|
-
* an array item.
|
|
69
|
-
* @param int $itemNr Which item in the array is being handled.
|
|
70
|
-
*
|
|
71
|
-
* @return true|void Returning `TRUE` will short-circuit the array item loop and stop processing.
|
|
72
|
-
* In effect, this means that the sniff will not examine the double arrow, the array
|
|
73
|
-
* value or comma for this array item and will not process any array items after this one.
|
|
74
|
-
*/
|
|
75
|
-
public function processKey(File $phpcsFile, $startPtr, $endPtr, $itemNr)
|
|
76
|
-
{
|
|
77
|
-
$key = $this->getActualArrayKey($phpcsFile, $startPtr, $endPtr);
|
|
78
|
-
if (isset($key) === false) {
|
|
79
|
-
// Key could not be determined.
|
|
80
|
-
return;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
$integerKey = \is_int($key);
|
|
84
|
-
|
|
85
|
-
// Handle integer key.
|
|
86
|
-
if ($integerKey === true) {
|
|
87
|
-
if ($this->seenStringKey === false) {
|
|
88
|
-
if ($this->seenNumericKey !== false) {
|
|
89
|
-
// Already seen a numeric key before.
|
|
90
|
-
return;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
$this->seenNumericKey = true;
|
|
94
|
-
return;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// Ok, so we've seen a string key before and now see an explicit numeric key.
|
|
98
|
-
$firstNonEmpty = $phpcsFile->findNext(Tokens::$emptyTokens, $startPtr, null, true);
|
|
99
|
-
$phpcsFile->addError(
|
|
100
|
-
'Arrays should have either numeric keys or string keys. Explicit numeric key detected,'
|
|
101
|
-
. ' while all previous keys in this array were string keys.',
|
|
102
|
-
$firstNonEmpty,
|
|
103
|
-
'ExplicitNumericKey'
|
|
104
|
-
);
|
|
105
|
-
|
|
106
|
-
// Stop the loop.
|
|
107
|
-
return true;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
// Handle string key.
|
|
111
|
-
if ($this->seenNumericKey === false) {
|
|
112
|
-
if ($this->seenStringKey !== false) {
|
|
113
|
-
// Already seen a string key before.
|
|
114
|
-
return;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
$this->seenStringKey = true;
|
|
118
|
-
return;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
// Ok, so we've seen a numeric key before and now see a string key.
|
|
122
|
-
$firstNonEmpty = $phpcsFile->findNext(Tokens::$emptyTokens, $startPtr, null, true);
|
|
123
|
-
$phpcsFile->addError(
|
|
124
|
-
'Arrays should have either numeric keys or string keys. String key detected,'
|
|
125
|
-
. ' while all previous keys in this array were integer based keys.',
|
|
126
|
-
$firstNonEmpty,
|
|
127
|
-
'StringKey'
|
|
128
|
-
);
|
|
129
|
-
|
|
130
|
-
// Stop the loop.
|
|
131
|
-
return true;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
/**
|
|
135
|
-
* Process an array item without an array key.
|
|
136
|
-
*
|
|
137
|
-
* @since 1.0.0
|
|
138
|
-
*
|
|
139
|
-
* @param \PHP_CodeSniffer\Files\File $phpcsFile The PHP_CodeSniffer file where the
|
|
140
|
-
* token was found.
|
|
141
|
-
* @param int $startPtr The stack pointer to the first token in the array item,
|
|
142
|
-
* which in this case will be the first token of the array
|
|
143
|
-
* value part of the array item.
|
|
144
|
-
* @param int $itemNr Which item in the array is being handled.
|
|
145
|
-
*
|
|
146
|
-
* @return true|void Returning `TRUE` will short-circuit the array item loop and stop processing.
|
|
147
|
-
* In effect, this means that the sniff will not examine the array value or
|
|
148
|
-
* comma for this array item and will not process any array items after this one.
|
|
149
|
-
*/
|
|
150
|
-
public function processNoKey(File $phpcsFile, $startPtr, $itemNr)
|
|
151
|
-
{
|
|
152
|
-
if ($this->seenStringKey === false) {
|
|
153
|
-
if ($this->seenNumericKey !== false) {
|
|
154
|
-
// Already seen a numeric key before.
|
|
155
|
-
return;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
$this->seenNumericKey = true;
|
|
159
|
-
return;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
// Ok, so we've seen a string key before and now see an implicit numeric key.
|
|
163
|
-
$firstNonEmpty = $phpcsFile->findNext(Tokens::$emptyTokens, $startPtr, null, true);
|
|
164
|
-
$phpcsFile->addError(
|
|
165
|
-
'Arrays should have either numeric keys or string keys. Implicit numeric key detected,'
|
|
166
|
-
. ' while all previous keys in this array were string keys.',
|
|
167
|
-
$firstNonEmpty,
|
|
168
|
-
'ImplicitNumericKey'
|
|
169
|
-
);
|
|
170
|
-
|
|
171
|
-
// Stop the loop.
|
|
172
|
-
return true;
|
|
173
|
-
}
|
|
174
|
-
}
|
package/vendor/phpcsstandards/phpcsextra/Universal/Sniffs/Arrays/MixedKeyedUnkeyedArraySniff.php
DELETED
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
<?php
|
|
2
|
-
/**
|
|
3
|
-
* PHPCSExtra, a collection of sniffs and standards for use with PHP_CodeSniffer.
|
|
4
|
-
*
|
|
5
|
-
* @package PHPCSExtra
|
|
6
|
-
* @copyright 2020 PHPCSExtra Contributors
|
|
7
|
-
* @license https://opensource.org/licenses/LGPL-3.0 LGPL3
|
|
8
|
-
* @link https://github.com/PHPCSStandards/PHPCSExtra
|
|
9
|
-
*/
|
|
10
|
-
|
|
11
|
-
namespace PHPCSExtra\Universal\Sniffs\Arrays;
|
|
12
|
-
|
|
13
|
-
use PHP_CodeSniffer\Files\File;
|
|
14
|
-
use PHP_CodeSniffer\Util\Tokens;
|
|
15
|
-
use PHPCSUtils\AbstractSniffs\AbstractArrayDeclarationSniff;
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Forbid arrays which contain both array items with an explicit key and array items without a key set.
|
|
19
|
-
*
|
|
20
|
-
* @since 1.0.0
|
|
21
|
-
*/
|
|
22
|
-
final class MixedKeyedUnkeyedArraySniff extends AbstractArrayDeclarationSniff
|
|
23
|
-
{
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* Whether or not any array items with a key were encountered in the array.
|
|
27
|
-
*
|
|
28
|
-
* @since 1.0.0
|
|
29
|
-
*
|
|
30
|
-
* @var bool
|
|
31
|
-
*/
|
|
32
|
-
private $hasKeys = false;
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* Cache of any array items encountered without keys up to the time an array item _with_ a key is encountered.
|
|
36
|
-
*
|
|
37
|
-
* @since 1.0.0
|
|
38
|
-
*
|
|
39
|
-
* @var array<int, int> Key is the item number; value the stack point to the first non empty token in the item.
|
|
40
|
-
*/
|
|
41
|
-
private $itemsWithoutKey = [];
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* Process the array declaration.
|
|
45
|
-
*
|
|
46
|
-
* @since 1.0.0
|
|
47
|
-
*
|
|
48
|
-
* @param \PHP_CodeSniffer\Files\File $phpcsFile The PHP_CodeSniffer file where the
|
|
49
|
-
* token was found.
|
|
50
|
-
*
|
|
51
|
-
* @return void
|
|
52
|
-
*/
|
|
53
|
-
public function processArray(File $phpcsFile)
|
|
54
|
-
{
|
|
55
|
-
// Reset properties before processing this array.
|
|
56
|
-
$this->hasKeys = false;
|
|
57
|
-
$this->itemsWithoutKey = [];
|
|
58
|
-
|
|
59
|
-
parent::processArray($phpcsFile);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* Process the tokens in an array key.
|
|
64
|
-
*
|
|
65
|
-
* @since 1.0.0
|
|
66
|
-
*
|
|
67
|
-
* @param \PHP_CodeSniffer\Files\File $phpcsFile The PHP_CodeSniffer file where the
|
|
68
|
-
* token was found.
|
|
69
|
-
* @param int $startPtr The stack pointer to the first token in the "key" part of
|
|
70
|
-
* an array item.
|
|
71
|
-
* @param int $endPtr The stack pointer to the last token in the "key" part of
|
|
72
|
-
* an array item.
|
|
73
|
-
* @param int $itemNr Which item in the array is being handled.
|
|
74
|
-
*
|
|
75
|
-
* @return void
|
|
76
|
-
*/
|
|
77
|
-
public function processKey(File $phpcsFile, $startPtr, $endPtr, $itemNr)
|
|
78
|
-
{
|
|
79
|
-
$this->hasKeys = true;
|
|
80
|
-
|
|
81
|
-
// Process any previously encountered items without keys.
|
|
82
|
-
if (empty($this->itemsWithoutKey) === false) {
|
|
83
|
-
foreach ($this->itemsWithoutKey as $itemNr => $stackPtr) {
|
|
84
|
-
$phpcsFile->addError(
|
|
85
|
-
'Inconsistent array detected. A mix of keyed and unkeyed array items is not allowed.'
|
|
86
|
-
. ' The array item in position %d does not have an array key.',
|
|
87
|
-
$stackPtr,
|
|
88
|
-
'Found',
|
|
89
|
-
[$itemNr]
|
|
90
|
-
);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
// No need to do this again.
|
|
94
|
-
$this->itemsWithoutKey = [];
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
/**
|
|
99
|
-
* Process an array item without an array key.
|
|
100
|
-
*
|
|
101
|
-
* @since 1.0.0
|
|
102
|
-
*
|
|
103
|
-
* @param \PHP_CodeSniffer\Files\File $phpcsFile The PHP_CodeSniffer file where the
|
|
104
|
-
* token was found.
|
|
105
|
-
* @param int $startPtr The stack pointer to the first token in the array item,
|
|
106
|
-
* which in this case will be the first token of the array
|
|
107
|
-
* value part of the array item.
|
|
108
|
-
* @param int $itemNr Which item in the array is being handled.
|
|
109
|
-
*
|
|
110
|
-
* @return void
|
|
111
|
-
*/
|
|
112
|
-
public function processNoKey(File $phpcsFile, $startPtr, $itemNr)
|
|
113
|
-
{
|
|
114
|
-
$firstNonEmpty = $phpcsFile->findNext(Tokens::$emptyTokens, $startPtr, null, true);
|
|
115
|
-
if ($firstNonEmpty === false || $this->tokens[$firstNonEmpty]['code'] === \T_COMMA) {
|
|
116
|
-
// Shouldn't really be possible, but this must be a parse error (empty array item).
|
|
117
|
-
return;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
// If we already know there are keys in the array, throw an error message straight away.
|
|
121
|
-
if ($this->hasKeys === true) {
|
|
122
|
-
$phpcsFile->addError(
|
|
123
|
-
'Inconsistent array detected. A mix of keyed and unkeyed array items is not allowed.'
|
|
124
|
-
. ' The array item in position %d does not have an array key.',
|
|
125
|
-
$firstNonEmpty,
|
|
126
|
-
'Found',
|
|
127
|
-
[$itemNr]
|
|
128
|
-
);
|
|
129
|
-
} else {
|
|
130
|
-
// Save the array item info for later in case we do encounter an array key later on in the array.
|
|
131
|
-
$this->itemsWithoutKey[$itemNr] = $firstNonEmpty;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
}
|