Passed
Pull Request — master (#117)
by
unknown
13:02
created
src/ModelFinder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         });
45 45
 
46 46
         if(!count($whitelistModels)) {
47
-          return $collection->diff($ignoreModels)->sort();
47
+            return $collection->diff($ignoreModels)->sort();
48 48
         }
49 49
 
50 50
         return $collection->filter(function (string $className) use ($whitelistModels) {
Please login to merge, or discard this patch.