Passed
Push — master ( 58a092...20e86c )
by Nate
04:00
created
src/services/traits/ModelByString.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -287,7 +287,7 @@
 block discarded – undo
287 287
 
288 288
         $stringValue = $this->stringValue($model);
289 289
 
290
-        if($stringValue === null) {
290
+        if ($stringValue === null) {
291 291
             return null;
292 292
         }
293 293
 
Please login to merge, or discard this patch.