Skip to content

Commit c7dcbd6

Browse files
committed
Restore LineLengthSniff line limit to 120
1 parent d8f9149 commit c7dcbd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Inpsyde/Sniffs/CodeQuality/LineLengthSniff.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class LineLengthSniff implements Sniff
6767
*
6868
* @var integer
6969
*/
70-
public $lineLimit = 100;
70+
public $lineLimit = 120;
7171

7272
/**
7373
* @inheritdoc

0 commit comments

Comments
 (0)