We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f9149 commit c7dcbd6Copy full SHA for c7dcbd6
Inpsyde/Sniffs/CodeQuality/LineLengthSniff.php
@@ -67,7 +67,7 @@ class LineLengthSniff implements Sniff
67
*
68
* @var integer
69
*/
70
- public $lineLimit = 100;
+ public $lineLimit = 120;
71
72
/**
73
* @inheritdoc
0 commit comments