@@ -78,7 +78,7 @@ |
||
78 | 78 | * |
79 | 79 | * @since 8.2.0 |
80 | 80 | * |
81 | - * @return array |
|
81 | + * @return integer[] |
|
82 | 82 | */ |
83 | 83 | public function register() |
84 | 84 | { |
@@ -100,7 +100,7 @@ |
||
100 | 100 | * |
101 | 101 | * @since 7.0.8 |
102 | 102 | * |
103 | - * @return array |
|
103 | + * @return integer[] |
|
104 | 104 | */ |
105 | 105 | public function register() |
106 | 106 | { |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | * |
58 | 58 | * @since 10.0.0 |
59 | 59 | * |
60 | - * @return array |
|
60 | + * @return integer[] |
|
61 | 61 | */ |
62 | 62 | public function register() |
63 | 63 | { |
@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | * |
89 | 89 | * @since 10.0.0 |
90 | 90 | * |
91 | - * @param \PHP_CodeSniffer_File $phpcsFile The file being scanned. |
|
91 | + * @param File $phpcsFile The file being scanned. |
|
92 | 92 | * @param int $stackPtr The position of the current token in the stack. |
93 | 93 | * @param string $functionName The token content (function name) which was matched. |
94 | 94 | * @param array $parameters Array with information about the parameters. |
@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | * |
58 | 58 | * @since 10.0.0 |
59 | 59 | * |
60 | - * @return array |
|
60 | + * @return integer[] |
|
61 | 61 | */ |
62 | 62 | public function register() |
63 | 63 | { |
@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | * |
89 | 89 | * @since 10.0.0 |
90 | 90 | * |
91 | - * @param \PHP_CodeSniffer_File $phpcsFile The file being scanned. |
|
91 | + * @param File $phpcsFile The file being scanned. |
|
92 | 92 | * @param int $stackPtr The position of the current token in the stack. |
93 | 93 | * @param string $functionName The token content (function name) which was matched. |
94 | 94 | * @param array $parameters Array with information about the parameters. |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | * |
113 | 113 | * @since 10.0.0 |
114 | 114 | * |
115 | - * @param \PHP_CodeSniffer_File $phpcsFile The file being scanned. |
|
115 | + * @param File $phpcsFile The file being scanned. |
|
116 | 116 | * @param array $param Array with information about the current parameter. |
117 | 117 | * @param string $paramName The name of the current parameter. |
118 | 118 | * |