Completed
Push — master ( f6db52...9cdeb8 )
by Dmitry
14:08
created
src/Plugin/Temporal.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -183,6 +183,9 @@
 block discarded – undo
183 183
         return $this->getData($entity, $id, $date, '_temporal_override_aggregate');
184 184
     }
185 185
 
186
+    /**
187
+     * @param string $space
188
+     */
186 189
     private function getData($entity, $id, $date, $space)
187 190
     {
188 191
         $entity = $this->entityNameToId($entity);
Please login to merge, or discard this patch.
src/Plugin/Temporal/Aggregator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -299,6 +299,9 @@
 block discarded – undo
299 299
         $this->updateAggregation('override', $params, $changeaxis);
300 300
     }
301 301
 
302
+    /**
303
+     * @param string $type
304
+     */
302 305
     public function updateAggregation($type, $params, $changeaxis)
303 306
     {
304 307
         $isLink = $type === 'link';
Please login to merge, or discard this patch.