Passed
Push — main ( 5ed508...867457 )
by Thierry
35:39 queued 27:58
created
src/Utils/Str.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function html(?string $string): string
16 16
     {
17
-        if(!$string) {
17
+        if (!$string) {
18 18
             return '';
19 19
         }
20 20
         $string = str_replace("\n", '<br>', $string);
Please login to merge, or discard this patch.