File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <rule ref =" ../vendor/consistence/coding-standard/Consistence/ruleset.xml" />
44 <rule ref =" SlevomatCodingStandard.Files.TypeNameMatchesFileName" >
55 <properties >
6- <property name =" rootNamespaces" type =" array" value = "
7- src => VasekPurchart\Phing\SymfonyCommand,
8- tests => VasekPurchart\Phing\SymfonyCommand,
9- " / >
6+ <property name =" rootNamespaces" type =" array" >
7+ < element key = " src " value = " VasekPurchart\Phing\SymfonyCommand" />
8+ < element key = " tests " value = " VasekPurchart\Phing\SymfonyCommand" />
9+ </ property >
1010 </properties >
1111 <exclude-pattern >*/data/*.php</exclude-pattern >
1212 <exclude-pattern >*/exceptions/*Exception.php</exclude-pattern >
Original file line number Diff line number Diff line change 1515 "phing/phing" : " ~2.16"
1616 },
1717 "require-dev" : {
18- "consistence/coding-standard" : " 2.4 " ,
18+ "consistence/coding-standard" : " 3.7 " ,
1919 "jakub-onderka/php-console-highlighter" : " 0.3.2" ,
2020 "jakub-onderka/php-parallel-lint" : " 1.0" ,
2121 "phpunit/phpunit" : " 6.5.12" ,
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ class SymfonyCommandTask extends \ExecTask
2828 private $ cmd ;
2929
3030 /**
31+ * @phpcsSuppress SlevomatCodingStandard.TypeHints.TypeHintDeclaration.MissingParameterTypeHint
32+ *
3133 * @param string $executable
3234 */
3335 public function setExecutable ($ executable ): void
You can’t perform that action at this time.
0 commit comments