Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'cs/zendframework/zendframework#7027-no-space-after-open…
Browse files Browse the repository at this point in the history
…-or-close-parenthesis' into develop

Close zendframework/zendframework#7027
  • Loading branch information
Ocramius committed Dec 16, 2014
4 parents f29cb74 + 84e0388 + ffb186a + f3872d0 commit ed63d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Di.php
Original file line number Diff line number Diff line change
Expand Up @@ -869,7 +869,7 @@ protected function resolveMethodParameters($class, $method, array $callTimeUserP
// plus it cannot be resolve, and no value exist, bail out
throw new Exception\MissingPropertyException(sprintf(
'Missing %s for parameter ' . $name . ' for ' . $class . '::' . $method,
(($value[0] === null) ? 'value' : 'instance/object' )
(($value[0] === null) ? 'value' : 'instance/object')
));
} else {
return false;
Expand Down

0 comments on commit ed63d4f

Please sign in to comment.