We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df651d commit 0c20e37Copy full SHA for 0c20e37
src/phpDocumentor/Reflection/Php/Factory/File.php
@@ -14,7 +14,7 @@
14
15
namespace phpDocumentor\Reflection\Php\Factory;
16
17
-use phpDocumentor\Reflection\DocBlock;
+use phpDocumentor\Reflection\DocBlock as DocBlockInstance;
18
use phpDocumentor\Reflection\File as FileSystemFile;
19
use phpDocumentor\Reflection\Fqsen;
20
use phpDocumentor\Reflection\Middleware\ChainFactory;
@@ -160,7 +160,7 @@ protected function createFileDocBlock(
160
?StrategyContainer $strategies = null,
161
?Context $context = null,
162
array $nodes = []
163
- ): ?DocBlock {
+ ): ?DocBlockInstance {
164
$node = current($nodes);
165
if (!$node instanceof Node) {
166
return null;
0 commit comments