File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ return PhpCsFixer\Config::create()
4747 'align_multiline_comment ' => true ,
4848 'yoda_style ' => false ,
4949 'compact_nullable_typehint ' => true ,
50+ 'native_function_invocation ' => false ,
5051 ])
5152 ->setFinder (
5253 PhpCsFixer \Finder::create ()
Original file line number Diff line number Diff line change 3737
3838# Update download URL from https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases
3939build/php-cs-fixer.phar :
40- curl -LSs https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.8.0 /php-cs-fixer.phar -o build/php-cs-fixer.phar
40+ curl -LSs https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.14.2 /php-cs-fixer.phar -o build/php-cs-fixer.phar
4141
4242build/box.phar :
4343 @cd build && curl -LSs https://box-project.github.io/box2/installer.php | php
You can’t perform that action at this time.
0 commit comments