We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee0b4b commit c1413fbCopy full SHA for c1413fb
1 file changed
src/Debug/Utility/PhpDoc.php
@@ -64,7 +64,7 @@ public function getParsed($what)
64
*
65
* @return string[]
66
*/
67
- protected static function extractTypeFromBody(string $body)
+ protected static function extractTypeFromBody($body)
68
{
69
$type = '';
70
$nestingLevel = 0;
0 commit comments