Passed
Push — master ( 5ffba3...34baf0 )
by Nate
07:15
created
src/services/ModelByHandle.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,11 +43,11 @@
 block discarded – undo
43 43
     public function find($identifier, string $toScenario = null)
44 44
     {
45 45
 
46
-        if($model = parent::find($identifier, $toScenario)) {
46
+        if ($model = parent::find($identifier, $toScenario)) {
47 47
             return $model;
48 48
         }
49 49
 
50
-        if(!is_string($identifier)) {
50
+        if (!is_string($identifier)) {
51 51
             return null;
52 52
         }
53 53
 
Please login to merge, or discard this patch.