Passed
Push — master ( 556806...8874d6 )
by Samuel
02:30
created
src/ModelNotFoundHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
         $hasKey = in_array($entityName, $this->translationModelKeys());
60 60
 
61 61
         if ($hasKey) {
62
-            return ! empty($hasKey);
62
+            return !empty($hasKey);
63 63
         }
64 64
 
65 65
         return false;
Please login to merge, or discard this patch.