Skip to content

Commit 62f22df

Browse files
committed
Merge pull request #7 from nilportugues/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2 parents 71eea73 + bce7979 commit 62f22df

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)