Skip to content

Commit

Permalink
Update the .php_cs.dist file
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Apr 9, 2019
1 parent d7ce9fe commit 9678290
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .php_cs.dist
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ return PhpCsFixer\Config::create()
'comment_to_phpdoc' => true,
'compact_nullable_typehint' => true,
'escape_implicit_backslashes' => true,
'fopen_flags' => false,
'fully_qualified_strict_types' => true,
'general_phpdoc_annotation_remove' => [
'author',
Expand Down

0 comments on commit 9678290

Please sign in to comment.