Skip to content

Commit 52a91e0

Browse files
author
Andrey Helldar
authored
Merge pull request #5 from andrey-helldar/analysis-8PZpoW
Apply fixes from StyleCI
2 parents 7eae1f1 + c7f668f commit 52a91e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Helpers/Str.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static function e($value): ?string
1919
if (\is_null($value)) {
2020
return null;
2121
}
22-
22+
2323
if ($value instanceof Htmlable) {
2424
return $value->toHtml();
2525
}

0 commit comments

Comments
 (0)