Completed
Branch master (fa31eb)
by Tim
05:42
created
src/Subjects/AbstractCategorySubject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,6 +63,6 @@
 block discarded – undo
63 63
         parent::__construct($configuration, $registryProcessor, $coreConfigDataUidGenerator, $systemLoggers);
64 64
 
65 65
         // initialize the attribute processor
66
-        $this->attributeProcessor= $attributeProcessor;
66
+        $this->attributeProcessor = $attributeProcessor;
67 67
     }
68 68
 }
Please login to merge, or discard this patch.