Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Illuminate/Container/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ protected function getDependencies($parameters)
$dependency = $parameter->getClass();

// If the class is null, it means the dependency is a string or some other
// 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
// we'll just bomb out with an error since we have no-where to go.
if (is_null($dependency))
{
Expand Down