We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740ad77 commit 10e45d4Copy full SHA for 10e45d4
phpcs.xml
@@ -21,8 +21,8 @@
21
<rule ref="Generic.Files.LineEndings"/>
22
<rule ref="Generic.Files.LineLength">
23
<properties>
24
- <property name="lineLimit" value="80"/>
25
- <property name="absoluteLineLimit" value="100"/>
+ <property name="lineLimit" value="100"/>
+ <property name="absoluteLineLimit" value="120"/>
26
</properties>
27
</rule>
28
<rule ref="Generic.Formatting.DisallowMultipleStatements"/>
0 commit comments