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 c6c4112 commit 030c1d4Copy full SHA for 030c1d4
src/batch/src/Test/ArrayContainer.php
@@ -24,7 +24,7 @@ public function __construct(
24
public function get(string $id): mixed
25
{
26
if (!isset($this->container[$id])) {
27
- $message = \sprintf('You have requested a non-existent container entrt "%s".', $id);
+ $message = \sprintf('You have requested a non-existent container entry "%s".', $id);
28
29
throw new class($message) extends Exception implements NotFoundExceptionInterface {
30
};
0 commit comments