Skip to content

Commit 72708c4

Browse files
authored
Merge pull request #22 from BedrockStreaming/feat/add-native-function-invocation-rule
2 parents 232c71b + d63bdcc commit 72708c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BedrockStreaming.php

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public function getRules(): array
3333
],
3434
'heredoc_to_nowdoc' => false,
3535
'increment_style' => ['style' => 'post'],
36+
'native_function_invocation' => ['strict' => false],
3637
'no_superfluous_phpdoc_tags' => ['allow_mixed' => true],
3738
'no_unreachable_default_argument_value' => false,
3839
'ordered_imports' => ['sort_algorithm' => 'alpha'],

0 commit comments

Comments
 (0)