Skip to content

Commit

Permalink
style ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
robfrawley committed Sep 26, 2016
1 parent a1e02bd commit f5516ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ExceptionTrait.php
Expand Up @@ -321,7 +321,7 @@ final private function compileMessagePlaceholders(string $message, array $replac
final private function filterNotThrowable(array $from) : array
{
$to = array_filter($from, function ($value) {
return ! ClassInfo::isThrowableEquitable($value);
return !ClassInfo::isThrowableEquitable($value);
});

return array_map(function ($value) {
Expand Down

0 comments on commit f5516ed

Please sign in to comment.