Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar authored and StyleCIBot committed Sep 16, 2019
1 parent 7eae1f1 commit c7f668f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/Str.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public static function e($value): ?string
if (\is_null($value)) {
return null;
}

if ($value instanceof Htmlable) {
return $value->toHtml();
}
Expand Down

0 comments on commit c7f668f

Please sign in to comment.