Test Failed
Push — master ( 3df79e...07268c )
by Szymon
02:05
created
app/src/Infrastructure/Category/Projection/CategoryProjection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     {
18 18
         $projector->fromStream('event_stream')
19 19
             ->when([
20
-                CategoryWasCreated::class => function ($state, CategoryWasCreated $event) {
20
+                CategoryWasCreated::class => function($state, CategoryWasCreated $event) {
21 21
                     /** @var CategoryReadModel $readModel */
22 22
                     $readModel = $this->readModel();
23 23
                     $readModel->stack('insert', [
Please login to merge, or discard this patch.