8000 Merge pull request #70 from magdkudama/fix_typo · laravel/framework@ea7a5ec · GitHub
[go: up one dir, main page]

Skip to content

Commit ea7a5ec

Browse files
committed
Merge pull request #70 from magdkudama/fix_typo
Fixed typo in comment line
2 parents 27ed747 + ed4c995 commit ea7a5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Container/Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ protected function getDependencies($parameters)
318318
$dependency = $parameter->getClass();
319319

320320
// 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
321+
// primitive type which we can not resolve since it is not a class and
322322
// we'll just bomb out with an error since we have no-where to go.
323323
if (is_null($dependency))
324324
{

0 commit comments

Comments
 (0)
0