Skip to content

Commit 400edb2

Browse files
authored
[DEVELOPER] Disallow 'heredoc' and 'nowdoc' for strings (#1415)
Part of #1412.
1 parent 21712cc commit 400edb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/phpcs.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@
99
<property name="absoluteLineLimit" value="120"/>
1010
</properties>
1111
</rule>
12+
<rule ref="Squiz.PHP.Heredoc"/>
1213
</ruleset>

0 commit comments

Comments
 (0)