Skip to content

Commit 0b97dae

Browse files
committed
Fixed some comments
1 parent 8e1e523 commit 0b97dae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/FunctionSpacingSniff.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Squiz_Sniffs_WhiteSpace_FunctionSpacingSniff implements PHP_CodeSniffer_Sn
3131
{
3232

3333
/**
34-
* The limit that the length of a line should not exceed.
34+
* The number of blank lines between functions.
3535
*
3636
* @var int
3737
*/
@@ -51,7 +51,7 @@ public function register()
5151

5252

5353
/**
54-
* Processes this sniff, when one of its tokens is encountered.
54+
* Processes this sniff when one of its tokens is encountered.
5555
*
5656
* @param PHP_CodeSniffer_File $phpcsFile The file being scanned.
5757
* @param int $stackPtr The position of the current token

0 commit comments

Comments
 (0)