Skip to content

Commit 1674fad

Browse files
committed
Applied changes from StyleCI
1 parent 93794c1 commit 1674fad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Visitor/Php/Symfony/ValidationAnnotation.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ public function enterNode(Node $node)
8080
$metadata = $this->metadataFactory->getMetadataFor($name);
8181
} catch (AnnotationException $e) {
8282
$this->addError($node, 'Could not parse class "%s" for annotations. %s', $this->namespace, $e->getMessage());
83+
8384
return;
8485
}
8586

0 commit comments

Comments
 (0)