We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2f580 commit f18e57eCopy full SHA for f18e57e
1 file changed
.php-cs-fixer.dist.php
@@ -3,12 +3,7 @@
3
declare(strict_types=1);
4
5
$finder = PhpCsFixer\Finder::create()
6
- ->exclude('htdocs')
7
- ->exclude('data')
8
- ->exclude('node_modules')
9
->exclude('vendor')
10
- ->name('*.phtml')
11
- ->name('*.php.dist')
12
->in(__DIR__);
13
14
return (new PhpCsFixer\Config())
@@ -94,7 +89,7 @@
94
89
'mb_str_functions' => true,
95
90
'method_argument_space' => true,
96
91
'method_chaining_indentation' => true,
97
- 'modernize_strpos' => false, // Require PHP 8.0
92
+ 'modernize_strpos' => true,
98
93
'modernize_types_casting' => true,
99
'multiline_comment_opening_closing' => true,
100
'multiline_whitespace_before_semicolons' => true,
0 commit comments