@@ -42,8 +42,8 @@ |
||
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 | } |