Test Setup Failed
Push — master ( d67a41...267baf )
by Zacchaeus
08:36 queued 05:16
created
src/Word.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,9 @@
 block discarded – undo
21 21
 
22 22
     public function __construct($string = null)
23 23
     {
24
-        if ($string) $this->string = $string;
24
+        if ($string) {
25
+            $this->string = $string;
26
+        }
25 27
         $this->table = config('laravel-grammar.table', 'entries');
26 28
     }
27 29
 
Please login to merge, or discard this patch.