Skip to content

Commit a9c081e

Browse files
committed
fix style
1 parent abad339 commit a9c081e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyzer/FileVisitor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function enterNode(Node $node): void
7373

7474
// handles property hooks like public string $name { get => ...; set { ... } }
7575
$this->handlePropertyHookNode($node);
76-
76+
7777
// handles throws types like @throws MyClass
7878
$this->handleThrowsTags($node);
7979
}

0 commit comments

Comments
 (0)