diff --git a/src/DocBlock/Tags/Param.php b/src/DocBlock/Tags/Param.php index dea81a7..281756f 100644 --- a/src/DocBlock/Tags/Param.php +++ b/src/DocBlock/Tags/Param.php @@ -145,12 +145,7 @@ final class Param extends TagWithType implements Factory\StaticMethod . ($this->description ? ' ' . $this->description : ''); } - /** - * @param string $str - * - * @return bool - */ - private static function strStartsWithVariable(string $str): bool + private static function strStartsWithVariable(string $str) : bool { return strpos($str, '$') === 0 ||