Skip to content

Commit

Permalink
Merge pull request #22 from BedrockStreaming/feat/add-native-function…
Browse files Browse the repository at this point in the history
…-invocation-rule
  • Loading branch information
yannchabed committed May 25, 2023
2 parents 232c71b + d63bdcc commit 72708c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BedrockStreaming.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public function getRules(): array
],
'heredoc_to_nowdoc' => false,
'increment_style' => ['style' => 'post'],
'native_function_invocation' => ['strict' => false],
'no_superfluous_phpdoc_tags' => ['allow_mixed' => true],
'no_unreachable_default_argument_value' => false,
'ordered_imports' => ['sort_algorithm' => 'alpha'],
Expand Down

0 comments on commit 72708c4

Please sign in to comment.