Completed
Push — master ( ba82d8...306a50 )
by Daniel
03:11
created
src/EventSourcing/EventStore/Projection/ProjectionBuilder.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -127,8 +127,7 @@
 block discarded – undo
127 127
     private function executeStreamEventsQuery()
128 128
     {
129 129
         return empty($this->from) ?
130
-            $stream = $this->eventStore->readAllEvents() :
131
-            $stream = $this->eventStore->readFullStream($this->from);
130
+            $stream = $this->eventStore->readAllEvents() : $stream = $this->eventStore->readFullStream($this->from);
132 131
     }
133 132
 
134 133
     /**
Please login to merge, or discard this patch.