Skip to content

Commit 1ec1eb4

Browse files
authored
Add str_increment to native_function_invocation
1 parent 0fad9ec commit 1ec1eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function getRules(): array
3737
"function_to_constant" => true,
3838
"line_ending" => true,
3939
"multiline_whitespace_before_semicolons" => true,
40-
"native_function_invocation" => ['include' => ['@internal'], 'scope' => 'namespaced'],
40+
"native_function_invocation" => ['include' => ['@internal', 'str_increment'], 'scope' => 'namespaced'],
4141
"no_empty_phpdoc" => true,
4242
"no_extra_blank_lines" => true,
4343
"no_superfluous_phpdoc_tags" => true,

0 commit comments

Comments
 (0)