Skip to content

Commit 2630c95

Browse files
itamargivlucaswerkmeister
authored andcommitted
Update line length restriction in accordance with PSR-12
1 parent e85a1f9 commit 2630c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.phpcs.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<rule ref="Generic.Files.LineLength">
88
<properties>
9-
<property name="lineLimit" value="101" />
9+
<property name="lineLimit" value="120" />
1010
</properties>
1111
</rule>
1212

0 commit comments

Comments
 (0)