Skip to content

Commit c9dbc65

Browse files
committed
Update php-cs-fixer to support 7.3
1 parent d5799c9 commit c9dbc65

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.php_cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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()

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ clean:
3737

3838
# Update download URL from https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases
3939
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
4141

4242
build/box.phar:
4343
@cd build && curl -LSs https://box-project.github.io/box2/installer.php | php

0 commit comments

Comments
 (0)