Passed
Pull Request — main (#48)
by Josh
11:47 queued 07:03
created
src/Filters/MockFilter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
      */
119 119
     public function apply(string $model, $value): MockFilterQuery
120 120
     {
121
-        if (! is_subclass_of($model, Model::class)) {
121
+        if (!is_subclass_of($model, Model::class)) {
122 122
             throw new InvalidModelException();
123 123
         }
124 124
 
Please login to merge, or discard this patch.