@@ -179,11 +179,11 @@ final class OptionAutoloadSniff extends AbstractFunctionParameterSniff {
179
179
*
180
180
* @since 3.2.0
181
181
*
182
- * @param int $stackPtr The position of the current token in the stack.
183
- * @param string $group_name The name of the group which was matched.
184
- * @param string $function_name The token content (function name) which was matched
185
- * in lowercase.
186
- * @param array $parameters Array with information about the parameters.
182
+ * @param int $stackPtr The position of the current token in the stack.
183
+ * @param string $group_name The name of the group which was matched.
184
+ * @param string $function_name The token content (function name) which was matched
185
+ * in lowercase.
186
+ * @param array<int, array<string, int|string>> $parameters Array with information about the parameters.
187
187
*
188
188
* @return void
189
189
*/
@@ -232,7 +232,7 @@ public function process_no_parameters( $stackPtr, $group_name, $function_name )
232
232
*
233
233
* @since 3.2.0
234
234
*
235
- * @param array $options_param Options parameter information.
235
+ * @param array<string, int|string> $options_param Options parameter information.
236
236
*
237
237
* @return void
238
238
*/
@@ -311,10 +311,10 @@ private function maybe_display_missing_autoload_warning( $stackPtr, $function_na
311
311
*
312
312
* @since 3.2.0
313
313
*
314
- * @param array $autoload_info Information about the autoload value (start and end tokens,
315
- * the clean value and potentially the "raw" value - which isn't used).
316
- * @param string $function_name The token content (function name) which was matched
317
- * in lowercase.
314
+ * @param array<string, int|string> $autoload_info Information about the autoload value (start and end tokens, the
315
+ * clean value and potentially the "raw" value - which isn't used).
316
+ * @param string $function_name The token content (function name) which was matched
317
+ * in lowercase.
318
318
*
319
319
* @return void
320
320
*/
0 commit comments