Skip to content

Commit

Permalink
Restore LineLengthSniff line limit to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzap committed Feb 5, 2018
1 parent d8f9149 commit c7dcbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Inpsyde/Sniffs/CodeQuality/LineLengthSniff.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class LineLengthSniff implements Sniff
*
* @var integer
*/
public $lineLimit = 100;
public $lineLimit = 120;

/**
* @inheritdoc
Expand Down

0 comments on commit c7dcbd6

Please sign in to comment.