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 e6ac067 commit ea001ccCopy full SHA for ea001cc
src/Helper/Node.php
@@ -32,7 +32,7 @@ public function isApiNode(PhpNode $node)
32
if (is_array($comments) && !empty($comments)) {
33
foreach ($comments as $comment) {
34
if ($comment instanceof DocComment) {
35
- $result = (strpos($comment->getText(),SemanticVersionChecker::ANNOTATION_API) !== false);
+ $result = (strpos($comment->getText(), SemanticVersionChecker::ANNOTATION_API) !== false);
36
if ($result) {
37
break;
38
}
0 commit comments