Skip to content

Commit

Permalink
stickler
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingmedia committed Jul 19, 2016
1 parent 2d68a04 commit 725be3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Cell.php
Expand Up @@ -268,7 +268,7 @@ public function __toString()
} catch (Exception $e) {
trigger_error(sprintf('Could not render cell - %s [%s, line %d]', $e->getMessage(), $e->getFile(), $e->getLine()), E_USER_WARNING);
return '';
} catch(Error $e) {
} catch (Error $e) {
throw new Error(sprintf('Could not render cell - %s [%s, line %d]', $e->getMessage(), $e->getFile(), $e->getLine()));
}
}
Expand Down

0 comments on commit 725be3f

Please sign in to comment.