Skip to content

Commit

Permalink
Update PHPCS version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
itismadness committed Dec 25, 2023
1 parent ecbcda3 commit bffbee6
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 18 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require-dev": {
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^9.6",
"squizlabs/php_codesniffer": "^3.5",
"squizlabs/php_codesniffer": "^3.8.0",
"brainmaestro/composer-git-hooks": "^2.8"
},
"scripts": {
Expand Down
52 changes: 38 additions & 14 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/Exception/InvalidFileException.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@

class InvalidFileException extends InvalidArgumentException
{

}
1 change: 0 additions & 1 deletion src/Exception/UnknownLanguageException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

class UnknownLanguageException extends \RuntimeException
{

}
1 change: 0 additions & 1 deletion src/Exception/UnknownRipperException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

class UnknownRipperException extends \RuntimeException
{

}

0 comments on commit bffbee6

Please sign in to comment.