We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d245235 commit 244f47aCopy full SHA for 244f47a
Translation/PhpStringTokenParser.php
@@ -89,7 +89,7 @@ public static function parse($str)
89
* Parses escape sequences in strings (all string types apart from single quoted).
90
*
91
* @param string $str String without quotes
92
- * @param null|string $quote Quote type
+ * @param string|null $quote Quote type
93
94
* @return string String with escape sequences parsed
95
*/
0 commit comments