Skip to content

Commit bce7979

Browse files
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
1 parent 71eea73 commit bce7979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Tokenizer/Parser/Comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public static function isCommentString($string)
2929
}
3030

3131
/**
32-
* @param $string
32+
* @param string $string
3333
*
3434
* @return bool
3535
*/

src/Tokenizer/Parser/Reserved.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public static function getReservedString($string, array &$matches)
8484

8585
/**
8686
* @param $type
87-
* @param $string
87+
* @param string $string
8888
* @param array $matches
8989
*
9090
* @return array

0 commit comments

Comments
 (0)