Skip to content

Commit 6af1b76

Browse files
committed
Sacrifice for the PHP 5.3 gods
1 parent 44943c8 commit 6af1b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PhpDocReader/PhpDocReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ private function tryResolveFqn($type, ReflectionClass $class, Reflector $member)
264264
private function tryResolveFqnInTraits($type, ReflectionClass $class, Reflector $member)
265265
{
266266
/** @var ReflectionClass[] $traits */
267-
$traits = [];
267+
$traits = array();
268268

269269
while ($class) {
270270
$traits = array_merge($traits, $class->getTraits());

0 commit comments

Comments
 (0)