We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46530d5 + ec05547 commit a364099Copy full SHA for a364099
src/Symfony/XmlServiceMapFactory.php
@@ -22,7 +22,7 @@ public function create(): ServiceMap
22
{
23
$xml = @simplexml_load_file($this->containerXml);
24
if ($xml === false) {
25
- throw new XmlContainerNotExistsException(sprintf('Container %s not exists or cannot be parsed', $this->containerXml));
+ throw new XmlContainerNotExistsException(sprintf('Container %s does not exist or cannot be parsed', $this->containerXml));
26
}
27
28
/** @var \PHPStan\Symfony\Service[] $services */
0 commit comments