We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1e523 commit 0b97daeCopy full SHA for 0b97dae
CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionSpacingSniff.php
@@ -31,7 +31,7 @@ class Squiz_Sniffs_WhiteSpace_FunctionSpacingSniff implements PHP_CodeSniffer_Sn
31
{
32
33
/**
34
- * The limit that the length of a line should not exceed.
+ * The number of blank lines between functions.
35
*
36
* @var int
37
*/
@@ -51,7 +51,7 @@ public function register()
51
52
53
54
- * Processes this sniff, when one of its tokens is encountered.
+ * Processes this sniff when one of its tokens is encountered.
55
56
* @param PHP_CodeSniffer_File $phpcsFile The file being scanned.
57
* @param int $stackPtr The position of the current token
0 commit comments