Skip to content

Commit

Permalink
Update max line length
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Apr 25, 2023
1 parent c302f79 commit bd6da85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
<rule ref="Generic.Formatting.SpaceAfterCast"/>
<rule ref="Generic.Files.LineLength">
<properties>
<property name="lineLimit" value="100"/>
<property name="absoluteLineLimit" value="125"/>
<property name="lineLimit" value="125"/>
<property name="absoluteLineLimit" value="150"/>
</properties>
</rule>
<rule ref="Generic.NamingConventions.ConstructorName"/>
Expand Down

0 comments on commit bd6da85

Please sign in to comment.