Completed
Push — master ( e50616...a5acb0 )
by Raffael
28:40 queued 24:37
created
src/lib/Workflow.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
 use Tubee\Resource\AbstractResource;
19 19
 use Tubee\Resource\AttributeResolver;
20 20
 use Tubee\V8\Engine as V8Engine;
21
-use Tubee\Workflow\Map;
22 21
 use Tubee\Workflow\WorkflowInterface;
23 22
 use V8Js;
24 23
 
Please login to merge, or discard this patch.
src/lib/Workflow/Factory.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -146,6 +146,8 @@
 block discarded – undo
146 146
 
147 147
     /**
148 148
      * Change stream.
149
+     * @param integer $offset
150
+     * @param integer $limit
149 151
      */
150 152
     public function watch(EndpointInterface $endpoint, ?ObjectIdInterface $after = null, bool $existing = true, ?array $query = null, ?int $offset = null, ?int $limit = null, ?array $sort = null): Generator
151 153
     {
Please login to merge, or discard this patch.