Passed
Branch main (59f94f)
by Pieter
02:55
created
Category
src/Readers/ExtendReaderWithConfigReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         $className = $class->getName();
36 36
         $annotations = $this->reader->getClassAnnotations($class);
37 37
         if (isset($this->config[$className])) {
38
-            $annotations = array_filter($annotations, function ($annotation) {
38
+            $annotations = array_filter($annotations, function($annotation) {
39 39
                 return !($annotation instanceof ApiResource);
40 40
             });
41 41
             $annotations[] = $this->config[$className];
Please login to merge, or discard this patch.