Skip to content

Commit 651e1cd

Browse files
committed
GH-1083 Add missing variable definition
1 parent 6a381ae commit 651e1cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Standards/Generic/Sniffs/CodeAnalysis/UnusedFunctionParameterSniff.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ class UnusedFunctionParameterSniff implements Sniff
5858

5959
/**
6060
* A list of prefixes for parameter names that indicate, they should be ignored.
61+
*
62+
* @var string[]
6163
*/
6264
private $ignorePrefixes = ['$_'];
6365

0 commit comments

Comments
 (0)