Param: fix phpdoc with reference hint (code style fixes)

This commit is contained in:
Lars Moelleken
2020-08-18 09:48:21 +02:00
parent 443d86e18e
commit b5f863d3da
+1 -2
View File
@@ -83,8 +83,7 @@ final class Param extends TagWithType implements Factory\StaticMethod
}
// if the next item starts with a $ or ...$ or &$ or &...$ it must be the variable name
if (
isset($parts[0])
if (isset($parts[0])
&&
(
strpos($parts[0], '$') === 0