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()
47
47
'align_multiline_comment ' => true ,
48
48
'yoda_style ' => false ,
49
49
'compact_nullable_typehint ' => true ,
50
+ 'native_function_invocation ' => false ,
50
51
])
51
52
->setFinder (
52
53
PhpCsFixer \Finder::create ()
Original file line number Diff line number Diff line change 37
37
38
38
# Update download URL from https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases
39
39
build/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
41
41
42
42
build/box.phar :
43
43
@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