Skip to content

Commit c1413fb

Browse files
committed
PhpDoc::extractTypeFromBody() - remove string typehint
1 parent dee0b4b commit c1413fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Debug/Utility/PhpDoc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function getParsed($what)
6464
*
6565
* @return string[]
6666
*/
67-
protected static function extractTypeFromBody(string $body)
67+
protected static function extractTypeFromBody($body)
6868
{
6969
$type = '';
7070
$nestingLevel = 0;

0 commit comments

Comments
 (0)