Skip to content

Commit cf655b4

Browse files
committed
Fixed incorrect property description (ref #2224)
1 parent 523afe3 commit cf655b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
119119
- Generic.WhiteSpace.ScopeIndent no longer performs exact indents checking for chained method calls
120120
-- Other sniffs can be used to enforce chained method call indent rules
121121
-- Thanks to Pieter Frenssen for the patch
122-
- PEAR.WhiteSpace.ObjectOperatorIndent now supports multi-line chained statements
122+
- PEAR.WhiteSpace.ObjectOperatorIndent now supports multi-level chained statements
123123
-- When enabled, chained calls must be indented 1 level more or less than the previous line
124124
-- Set the new "multilevel" setting to TRUE in a ruleset.xml file to enable this behaviour
125125
-- Thanks to Marcos Passos for the patch

0 commit comments

Comments
 (0)