File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/DocBlock/Tags/Factory
tests/unit/DocBlock/Tags/Factory Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ public function __construct(PHPStanFactory ...$factories)
6767 true
6868 );
6969 }
70+
7071 $ this ->factories = $ factories ;
7172 }
7273
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public function parseTag(string $tag): PhpDocTagNode
4545 $ phpDocParser = new PhpDocParser (new TypeParser ($ constParser ), $ constParser );
4646 }
4747
48- $ tagNode = ( $ phpDocParser) ->parseTag (new TokenIterator ($ lexer ->tokenize ($ tag )));
48+ $ tagNode = $ phpDocParser ->parseTag (new TokenIterator ($ lexer ->tokenize ($ tag )));
4949 if (property_exists ($ tagNode ->value , 'description ' ) === true ) {
5050 $ tagNode ->value ->setAttribute ('description ' , $ tagNode ->value ->description );
5151 }
You can’t perform that action at this time.
0 commit comments