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

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
svycka committed Mar 31, 2016
1 parent 40287b9 commit 3f17db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/ConsoleExceptionStrategyFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private function injectDisplayExceptions(ExceptionStrategy $strategy, array $con
*/
private function injectExceptionMessage(ExceptionStrategy $strategy, array $config)
{
if (isset($config['exception_message']) {
if (isset($config['exception_message'])) {
$strategy->setMessage($config['exception_message']);
}
}
Expand Down

0 comments on commit 3f17db7

Please sign in to comment.