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 810f91c commit 5071212Copy full SHA for 5071212
src/Visitor/Php/Symfony/ValidationAnnotation.php
@@ -73,7 +73,7 @@ public function enterNode(Node $node)
73
/** @var ClassMetadata $metadata */
74
$metadata = $this->metadataFactory->getMetadataFor($name);
75
} catch (AnnotationException $e) {
76
- $this->addError($node, 'Could not parse class "%s" for annotations. %s', $this->namespace, $e->getMessage());
+ $this->addError($node, sprintf('Could not parse class "%s" for annotations. %s', $this->namespace, $e->getMessage()));
77
78
return;
79
}
0 commit comments