Skip to content

Commit bfbbe9f

Browse files
committed
Allow line length of 100
1 parent 613b29b commit bfbbe9f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

phpcs.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0"?>
2+
<ruleset name="JsonMapper"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="phpcs.xsd">
5+
6+
<rule ref="PEAR"/>
7+
<rule ref="Generic.Files.LineLength">
8+
<properties>
9+
<property name="lineLimit" value="100"/>
10+
</properties>
11+
</rule>
12+
13+
<file>src/</file>
14+
</ruleset>

0 commit comments

Comments
 (0)