Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a364099

Browse files
Merge pull request #32 from alcaeus/fix-service-not-found-grammar
Fix grammar in "container not found" error message
2 parents 46530d5 + ec05547 commit a364099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Symfony/XmlServiceMapFactory.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function create(): ServiceMap
2222
{
2323
$xml = @simplexml_load_file($this->containerXml);
2424
if ($xml === false) {
25-
throw new XmlContainerNotExistsException(sprintf('Container %s not exists or cannot be parsed', $this->containerXml));
25+
throw new XmlContainerNotExistsException(sprintf('Container %s does not exist or cannot be parsed', $this->containerXml));
2626
}
2727

2828
/** @var \PHPStan\Symfony\Service[] $services */

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /