Skip to content

Commit

Permalink
Fix potential conflict with PHPStan ^0.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 5, 2019
1 parent 9f1beb1 commit 1fbe9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/php/phpcsfixer.rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ parameters:
single_line_after_imports: true
single_line_throw: false
simple_to_complex_string_variable: true
simplified_null_return: true
simplified_null_return: false
single_blank_line_before_namespace: true
single_line_comment_style: false
single_quote: true
Expand Down

0 comments on commit 1fbe9e7

Please sign in to comment.