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 0fad9ec commit 1ec1eb4Copy full SHA for 1ec1eb4
src/Config.php
@@ -37,7 +37,7 @@ public function getRules(): array
37
"function_to_constant" => true,
38
"line_ending" => true,
39
"multiline_whitespace_before_semicolons" => true,
40
- "native_function_invocation" => ['include' => ['@internal'], 'scope' => 'namespaced'],
+ "native_function_invocation" => ['include' => ['@internal', 'str_increment'], 'scope' => 'namespaced'],
41
"no_empty_phpdoc" => true,
42
"no_extra_blank_lines" => true,
43
"no_superfluous_phpdoc_tags" => true,
0 commit comments