We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce8dc2 commit 8151548Copy full SHA for 8151548
1 file changed
src/Container/ConnectionInterfaceFactory.php
@@ -30,7 +30,7 @@ public function __invoke(
30
): ConnectionInterface&Connection {
31
if (! is_array($options['connection']) || $options['connection'] === []) {
32
throw new InvalidConnectionParametersException(
33
- 'Connection configuration must be an array of parameters pased via $options["connection"]',
+ 'Connection configuration must be an array of parameters passed via $options["connection"]',
34
$options['connection']
35
);
36
}
0 commit comments