Skip to content

Commit 244f47a

Browse files
committed
[CS] Enforces null type hint on last position in phpDocs
1 parent d245235 commit 244f47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Translation/PhpStringTokenParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static function parse($str)
8989
* Parses escape sequences in strings (all string types apart from single quoted).
9090
*
9191
* @param string $str String without quotes
92-
* @param null|string $quote Quote type
92+
* @param string|null $quote Quote type
9393
*
9494
* @return string String with escape sequences parsed
9595
*/

0 commit comments

Comments
 (0)