Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacoCorsiglia committed Mar 17, 2018
1 parent 819dbdf commit e18a992
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .php_cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ return PhpCsFixer\Config::create()
'phpdoc_trim' => true,
'phpdoc_types' => true,
'phpdoc_var_without_name' => true,
'self_accessor' => true,
'self_accessor' => false,
'semicolon_after_instruction' => true,
'short_scalar_cast' => true,
'single_quote' => true,
Expand Down
Loading

0 comments on commit e18a992

Please sign in to comment.