Completed
Push — develop ( e382f7...b48d9b )
by Paul
02:10
created
src/Model/PropertyTrait/ClassLikeTrait.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,8 @@
 block discarded – undo
42 42
      */
43 43
     public function countNotAbstractFunctions(): int
44 44
     {
45
-        return $this->functions->filter(function (FunctionModelInterface $function) {
46
-            return ! $function->isAbstract();
45
+        return $this->functions->filter(function(FunctionModelInterface $function) {
46
+            return !$function->isAbstract();
47 47
         })->count();
48 48
     }
49 49
 }
Please login to merge, or discard this patch.