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

Appearance settings

Commit ec05547

Browse filesBrowse files
committed
Fix grammar in "container not found" error message
1 parent 46530d5 commit ec05547
Copy full SHA for ec05547

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/Symfony/XmlServiceMapFactory.php

Copy file name to clipboardExpand all lines: src/Symfony/XmlServiceMapFactory.php
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.