You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConcatenationSpacingSniff could check for too many spaces
* added a warning if there are more than one spaces around concatenation operators.
* add sniff documentation
* updated documentation.html
Fixes #41156
<divclass="tag-line">Documentation generated on Sun, 03 Nov 2013 15:05:51 +0100 by <ahref="http://pear.php.net/package/PHP_CodeSniffer">PHP_CodeSniffer 1.4.6</a></div>
235
+
<aname="ConcatenationSpacing" />
236
+
<h2>ConcatenationSpacing</h2>
237
+
<pclass="text">This standard is about the spacing of concat strings</p>
238
+
<pclass="text"><em>String concatenation</em> operators must be surrounded by spaces</p>
239
+
<tableclass="code-comparison">
240
+
<tr>
241
+
<tdclass="code-comparison-title">Valid: String concatenation operator surrounded by space</td>
242
+
<tdclass="code-comparison-title">Invalid: String concatenation operator is not surrounded by space</td>
<divclass="tag-line">Documentation generated on Sun, 03 Nov 2013 23:19:45 +0100 by <ahref="http://pear.php.net/package/PHP_CodeSniffer">PHP_CodeSniffer 1.4.6</a></div>
0 commit comments