-
- Downloads
feat(AlphabeticallySortedUses): Add sniff to check and fix use statement order (#3310013)
Showing
- .github/workflows/testing.yml 1 addition, 1 deletion.github/workflows/testing.yml
- coder_sniffer/Drupal/ruleset.xml 1 addition, 0 deletionscoder_sniffer/Drupal/ruleset.xml
- composer.json 2 additions, 2 deletionscomposer.json
- tests/Drupal/Classes/ClassCreateInstanceUnitTest.inc.fixed 1 addition, 1 deletiontests/Drupal/Classes/ClassCreateInstanceUnitTest.inc.fixed
- tests/Drupal/Classes/FullyQualifiedNamespaceUnitTest.inc.fixed 4 additions, 4 deletions.../Drupal/Classes/FullyQualifiedNamespaceUnitTest.inc.fixed
- tests/Drupal/Classes/UnusedUseStatementUnitTest.inc.fixed 4 additions, 4 deletionstests/Drupal/Classes/UnusedUseStatementUnitTest.inc.fixed
- tests/Drupal/Classes/UseGlobalClassUnitTest.inc.fixed 1 addition, 1 deletiontests/Drupal/Classes/UseGlobalClassUnitTest.inc.fixed
- tests/Drupal/good/good.php 2 additions, 2 deletionstests/Drupal/good/good.php
... | ... | @@ -14,11 +14,11 @@ |
], | ||
"license": "GPL-2.0-or-later", | ||
"require": { | ||
"php": ">=7.1", | ||
"php": ">=7.2", | ||
"ext-mbstring": "*", | ||
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1 || ^1.0.0", | ||
"sirbrillig/phpcs-variable-analysis": "^2.11.7", | ||
"slevomat/coding-standard": "^7.0 || ^8.0", | ||
"slevomat/coding-standard": "^8.11", | ||
"squizlabs/php_codesniffer": "^3.7.1", | ||
"symfony/yaml": ">=3.4.0" | ||
}, | ||
... | ... |
Please register or sign in to comment