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 859eade commit 8737aadCopy full SHA for 8737aad
src/ClassDiscovery.php
@@ -202,6 +202,6 @@ protected static function instantiateClass($class)
202
throw new ClassInstantiationFailedException('Unexcepced exception when instantiating class.', 0, $e);
203
}
204
205
- throw new ClassInstantiationFailedException('Could not instantiate class becuase parameter is neither a callable nor a string');
+ throw new ClassInstantiationFailedException('Could not instantiate class because parameter is neither a callable nor a string');
206
207
0 commit comments