Skip to content

Commit 906ba4e

Browse files
authored
Fixed docblock
Because custom tokens are strings.
1 parent 95a3e88 commit 906ba4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sniffs/Sniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface Sniff
3434
* );
3535
* </code>
3636
*
37-
* @return int[]
37+
* @return mixed[]
3838
* @see Tokens.php
3939
*/
4040
public function register();

0 commit comments

Comments
 (0)