Passed
Pull Request — master (#17)
by
unknown
21:09
created
src/Entity/QueueEntityMappedSuperclass.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -325,6 +325,9 @@
 block discarded – undo
325 325
         return $this->updatedAt;
326 326
     }
327 327
 
328
+    /**
329
+     * @param null|DateTime $scheduledAt
330
+     */
328 331
     public function setScheduledAt(?DateTime $scheduledAt): QueueEntityInterface
329 332
     {
330 333
         $this->scheduledAt = $scheduledAt;
Please login to merge, or discard this patch.
tests/unit/Service/DelayServiceTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-     * @return array
48
+     * @return \Generator
49 49
      * @throws \Exception
50 50
      *
51 51
      */
Please login to merge, or discard this patch.