Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 11, 2017
1 parent cfb849c commit bf669e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Illuminate/Container/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,9 @@ protected function resolveDependencies(array $dependencies)
*/
protected function hasParameterOverride($dependency)
{
return array_key_exists($dependency->name, $this->getLastParameterOverride());
return array_key_exists(
$dependency->name, $this->getLastParameterOverride()
);
}

/**
Expand Down

0 comments on commit bf669e1

Please sign in to comment.