We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46530d5 commit ec05547Copy full SHA for ec05547
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