Skip to content

Commit b6d0a58

Browse files
committed
PHP Code Sniffer updated to version 3
1 parent 2d7cbc7 commit b6d0a58

File tree

3 files changed

+17
-41
lines changed

3 files changed

+17
-41
lines changed

Behavioral/Strategy/Context.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ public function executeStrategy(array $elements) : array
2020

2121
return $elements;
2222
}
23-
}
23+
}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^7",
17-
"squizlabs/php_codesniffer": "1.5.*"
17+
"squizlabs/php_codesniffer": "^3"
1818
},
1919
"autoload": {
2020
"psr-4": {

composer.lock

Lines changed: 15 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)