mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
Param: fix phpdoc with reference hint (code style fixes)
This commit is contained in:
@@ -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 the next item starts with a $ or ...$ or &$ or &...$ it must be the variable name
|
||||||
if (
|
if (isset($parts[0])
|
||||||
isset($parts[0])
|
|
||||||
&&
|
&&
|
||||||
(
|
(
|
||||||
strpos($parts[0], '$') === 0
|
strpos($parts[0], '$') === 0
|
||||||
|
|||||||
Reference in New Issue
Block a user