Skip to content

Commit 238a1b7

Browse files
committed
Bump to php-cs-fixer v3.30
1 parent cdd3a82 commit 238a1b7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "^7.4 || ^8.0",
2323
"ext-tokenizer": "*",
24-
"friendsofphp/php-cs-fixer": "^3.27",
24+
"friendsofphp/php-cs-fixer": "^3.30",
2525
"nexusphp/cs-config": "^3.6"
2626
},
2727
"require-dev": {

src/CodeIgniter4.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function __construct()
3232
'array_push' => true,
3333
'array_syntax' => ['syntax' => 'short'],
3434
'assign_null_coalescing_to_coalesce_equal' => true,
35+
'attribute_empty_parentheses' => false,
3536
'backtick_to_shell_exec' => true,
3637
'binary_operator_spaces' => [
3738
'default' => 'single_space',

0 commit comments

Comments
 (0)