Skip to content
Snippets Groups Projects
Commit 90a0247e authored by Klaus Purer's avatar Klaus Purer
Browse files

There is no 'number' @param data type, only 'int'.

parent 92dad5ec
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ class Drupal_Sniffs_Commenting_FunctionCommentSniff implements PHP_CodeSniffer_S
'integer' => 'int',
'str' => 'string',
'stdClass' => 'object',
'number' => 'int',
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment