mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-17 17:47:13 +00:00
Fix code style
This commit is contained in:
@@ -67,6 +67,7 @@ class AbstractPHPStanFactory implements Factory
|
||||
true
|
||||
);
|
||||
}
|
||||
|
||||
$this->factories = $factories;
|
||||
}
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ abstract class TagFactoryTestCase extends TestCase
|
||||
$phpDocParser = new PhpDocParser(new TypeParser($constParser), $constParser);
|
||||
}
|
||||
|
||||
$tagNode = ($phpDocParser)->parseTag(new TokenIterator($lexer->tokenize($tag)));
|
||||
$tagNode = $phpDocParser->parseTag(new TokenIterator($lexer->tokenize($tag)));
|
||||
if (property_exists($tagNode->value, 'description') === true) {
|
||||
$tagNode->value->setAttribute('description', $tagNode->value->description);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user