Skip to content
This repository was archived by the owner on Nov 5, 2022. It is now read-only.

Commit 332a257

Browse files
committed
Updated doc block
1 parent 8a93483 commit 332a257

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CodeIgniter4/Sniffs/WhiteSpace/FunctionClosingBraceSpaceSniff.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* @copyright 2017 Louis Linehan
88
* @license https://github.com/louisl/CodeIgniter4-Standard/blob/master/LICENSE MIT License
99
*/
10+
1011
namespace CodeIgniter4\Sniffs\WhiteSpace;
1112

1213
use PHP_CodeSniffer\Sniffs\Sniff;
@@ -15,7 +16,8 @@
1516
/**
1617
* Function Closing Brace Space Sniff
1718
*
18-
* Checks that there is one empty line before the closing brace of a function.
19+
* Checks that there is [allowedLines|allowedNestedLines] empty lines before the
20+
* closing brace of a function.
1921
*
2022
* @author Louis Linehan <louis.linehan@gmail.com>
2123
*/

0 commit comments

Comments
 (0)