Skip to content

Commit

Permalink
Merge pull request #10 from maksimru/analysis-qgA6ad
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
martianoff committed Nov 1, 2019
2 parents 69afe8f + 30a46e6 commit cd9128a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpinsights.php
Expand Up @@ -56,9 +56,9 @@
],
'config' => [
LineLengthSniff::class => [
'lineLimit' => 80,
'lineLimit' => 80,
'absoluteLineLimit' => 120,
'ignoreComments' => true,
'ignoreComments' => true,
],
ForbiddenPrivateMethods::class => [
'title' => 'The usage of private methods is not idiomatic in Laravel.',
Expand Down

0 comments on commit cd9128a

Please sign in to comment.