8000
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.
2 parents 27ed747 + ed4c995 commit ea7a5ecCopy full SHA for ea7a5ec
src/Illuminate/Container/Container.php
@@ -318,7 +318,7 @@ protected function getDependencies($parameters)
318
$dependency = $parameter->getClass();
319
320
// If the class is null, it means the dependency is a string or some other
321
- // primitive type which we can not esolve since it is not a class and
+ // primitive type which we can not resolve since it is not a class and
322
// we'll just bomb out with an error since we have no-where to go.
323
if (is_null($dependency))
324
{
0 commit comments