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 033b8f5 commit 21adb1bCopy full SHA for 21adb1b
1 file changed
.php-cs-fixer.dist.php
@@ -12,12 +12,16 @@
12
]);
13
14
return (new Config())
15
+ ->setRiskyAllowed(true)
16
->setParallelConfig(ParallelConfigFactory::detect())
17
->setRules([
18
'@PER-CS3.0' => true,
19
'no_unused_imports' => true,
20
'ordered_class_elements' => true,
21
'class_attributes_separation' => ['elements' => ['method' => 'one']],
22
+ 'declare_strict_types' => true,
23
+ 'native_function_invocation' => true,
24
+ 'native_constant_invocation' => true,
25
'fully_qualified_strict_types' => [
26
'import_symbols' => true
27
],
0 commit comments