Skip to content

Commit

Permalink
Upgrade PHP-CS-Fixer (#1855)
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed May 14, 2023
1 parent ebbe59e commit 471cf95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
'phpdoc_no_empty_return' => true,
'phpdoc_order' => true,
'phpdoc_summary' => false,
'phpdoc_separation' => false,
'self_static_accessor' => true,
'single_line_throw' => false,
'static_lambda' => true,
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BOX=./.tools/box
BOX_URL="https://github.com/humbug/box/releases/download/3.16.0/box.phar"

PHP_CS_FIXER=./.tools/php-cs-fixer
PHP_CS_FIXER_URL="https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.9.5/php-cs-fixer.phar"
PHP_CS_FIXER_URL="https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v3.16.0/php-cs-fixer.phar"
PHP_CS_FIXER_CACHE=.php_cs.cache

PHPSTAN=./vendor/bin/phpstan
Expand Down

0 comments on commit 471cf95

Please sign in to comment.