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 d471f62 commit 9e83865Copy full SHA for 9e83865
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', $this->containerXml));
+ throw new XmlContainerNotExistsException(sprintf('Container %s not exists or cannot be parsed', $this->containerXml));
26
}
27
28
/** @var \PHPStan\Symfony\Service[] $services */
0 commit comments