We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6cecb commit acf538aCopy full SHA for acf538a
1 file changed
src/DocBlock/Tags/Param.php
@@ -145,12 +145,7 @@ public function __toString() : string
145
. ($this->description ? ' ' . $this->description : '');
146
}
147
148
- /**
149
- * @param string $str
150
- *
151
- * @return bool
152
- */
153
- private static function strStartsWithVariable(string $str): bool
+ private static function strStartsWithVariable(string $str) : bool
154
{
155
return strpos($str, '$') === 0
156
||
0 commit comments