|
69 | 69 | <properties>
|
70 | 70 | <property name="indent" value="4"/>
|
71 | 71 | </properties>
|
72 |
| - <message>Multi-line IF statement not indented correctly; expected %s tabs but found %s</message> |
| 72 | + <message>Multi-line IF statement not indented correctly; expected %s spaces but found %s. Note: the autofixer will convert spaces to tabs</message> |
73 | 73 | </rule>
|
74 | 74 | <rule ref="PEAR.Formatting.MultiLineAssignment" />
|
75 | 75 | <rule ref="PEAR.Functions.FunctionCallSignature">
|
|
83 | 83 | <properties>
|
84 | 84 | <property name="indent" value="4"/>
|
85 | 85 | </properties>
|
86 |
| - <message>Multi-line function call not indented correctly; expected %s tabs but found %s</message> |
| 86 | + <message>Multi-line function call not indented correctly; expected %s spaces but found %s. Note: the autofixer will convert spaces to tabs</message> |
87 | 87 | </rule>
|
88 | 88 | <rule ref="PEAR.Functions.FunctionDeclaration">
|
89 | 89 | <properties>
|
|
95 | 95 | <properties>
|
96 | 96 | <property name="indent" value="4"/>
|
97 | 97 | </properties>
|
98 |
| - <message>Multi-line function declaration not indented correctly; expected %s tabs but found %s</message> |
| 98 | + <message>Multi-line function declaration not indented correctly; expected %s spaces but found %s. Note: the autofixer will convert spaces to tabs</message> |
99 | 99 | </rule>
|
100 | 100 | <rule ref="PEAR.Functions.ValidDefaultValue" />
|
101 | 101 | <rule ref="PEAR.NamingConventions.ValidClassName" />
|
|
108 | 108 | <properties>
|
109 | 109 | <property name="indent" value="4"/>
|
110 | 110 | </properties>
|
111 |
| - <message>Object operator not indented correctly; expected %s tabs but found %s</message> |
| 111 | + <message>Object operator not indented correctly; expected %s spaces but found %s. Note: the autofixer will convert spaces to tabs</message> |
112 | 112 | </rule>
|
113 | 113 |
|
114 | 114 | <!-- Include some additional sniffs from the PSR2 standard -->
|
|
159 | 159 | </properties>
|
160 | 160 | </rule>
|
161 | 161 | <rule ref="Squiz.WhiteSpace.ScopeClosingBrace" />
|
| 162 | + <rule ref="Squiz.WhiteSpace.ScopeClosingBrace.Indent"> |
| 163 | + <message>Closing brace indented incorrectly; expected %s spaces, found %s. Note: the autofixer will convert spaces to tabs</message> |
| 164 | + </rule> |
162 | 165 | <rule ref="Squiz.WhiteSpace.CastSpacing" />
|
163 | 166 | <rule ref="Squiz.WhiteSpace.ControlStructureSpacing">
|
164 | 167 | <exclude name="Squiz.WhiteSpace.ControlStructureSpacing.LineAfterClose" />
|
|
0 commit comments