Completed
Push — master ( 362a1e...297fa5 )
by Dmitry
03:01
created
src/Plugin/Temporal/Aggregator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -285,6 +285,9 @@
 block discarded – undo
285 285
         return $slices;
286 286
     }
287 287
 
288
+    /**
289
+     * @param \Closure $callback
290
+     */
288 291
     private function generateStates($changes, $callback)
289 292
     {
290 293
         $slices = [];
Please login to merge, or discard this patch.