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.
long_to_shorthand_operator
1 parent e2f05bc commit 18e4ceeCopy full SHA for 18e4cee
composer.json
@@ -21,7 +21,7 @@
21
"require": {
22
"php": "^7.4 || ^8.0",
23
"ext-tokenizer": "*",
24
- "friendsofphp/php-cs-fixer": "^3.24",
+ "friendsofphp/php-cs-fixer": "^3.27",
25
"nexusphp/cs-config": "^3.6"
26
},
27
"require-dev": {
src/CodeIgniter4.php
@@ -207,6 +207,7 @@ public function __construct()
207
'linebreak_after_opening_tag' => true,
208
'list_syntax' => ['syntax' => 'short'],
209
'logical_operators' => true,
210
+ 'long_to_shorthand_operator' => true,
211
'lowercase_cast' => true,
212
'lowercase_keywords' => true,
213
'lowercase_static_reference' => true,
0 commit comments