Skip to content

Commit 35985b5

Browse files
Bump line length to 120 characters
When updating PHPCS, it started complaining about several overlong lines; using the PSR-12 [1] limit, 120, silences those warnings. [1]: https://www.php-fig.org/psr/psr-12/ Bug: T253636
1 parent 799be75 commit 35985b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.phpcs.xml

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

55
<rule ref="Generic.Files.LineLength">
66
<properties>
7-
<property name="lineLimit" value="115" />
7+
<property name="lineLimit" value="120" />
88
</properties>
99
</rule>
1010

0 commit comments

Comments
 (0)