File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -249,8 +249,7 @@ private function formatLine(string $format, string $padding): string
249249}
250250
251251return new class extends NodeVisitor {
252- /** @var \phpDocumentor\Reflection\DocBlockFactory */
253- private $ docBlockFactory ;
252+ private \phpDocumentor \Reflection \DocBlockFactory $ docBlockFactory ;
254253
255254 /** @var ?array<string,array<int|string,string>> */
256255 private $ functionMap = null ;
@@ -261,8 +260,7 @@ private function formatLine(string $format, string $padding): string
261260 /** @var array<string, array<int, string>> */
262261 private $ additionalTagStrings = [];
263262
264- /** @var \PhpParser\NodeFinder */
265- private $ nodeFinder ;
263+ private \PhpParser \NodeFinder $ nodeFinder ;
266264
267265 public function __construct ()
268266 {
You can’t perform that action at this time.
0 commit comments