We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd3a82 commit 238a1b7Copy full SHA for 238a1b7
composer.json
@@ -21,7 +21,7 @@
21
"require": {
22
"php": "^7.4 || ^8.0",
23
"ext-tokenizer": "*",
24
- "friendsofphp/php-cs-fixer": "^3.27",
+ "friendsofphp/php-cs-fixer": "^3.30",
25
"nexusphp/cs-config": "^3.6"
26
},
27
"require-dev": {
src/CodeIgniter4.php
@@ -32,6 +32,7 @@ public function __construct()
32
'array_push' => true,
33
'array_syntax' => ['syntax' => 'short'],
34
'assign_null_coalescing_to_coalesce_equal' => true,
35
+ 'attribute_empty_parentheses' => false,
36
'backtick_to_shell_exec' => true,
37
'binary_operator_spaces' => [
38
'default' => 'single_space',
0 commit comments