Completed
Push — master ( 0d9294...008bc0 )
by
unknown
67:58 queued 27:57
created
Event/JobFailedEvent.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,6 @@
 block discarded – undo
43 43
      * @param string $connectionName
44 44
      * @param JobContractInterface $job
45 45
      * @param Exception $exception
46
-     * @param array $config
47 46
      */
48 47
     public function __construct(string $connectionName, JobContractInterface $job, Exception $exception)
49 48
     {
Please login to merge, or discard this patch.
Event/JobProcessedEvent.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
      *
35 35
      * @param string $connectionName
36 36
      * @param JobContractInterface $job
37
-     * @param array $config
38 37
      */
39 38
     public function __construct(string $connectionName, JobContractInterface $job)
40 39
     {
Please login to merge, or discard this patch.
Event/JobProcessingEvent.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
      *
35 35
      * @param string $connectionName
36 36
      * @param JobContractInterface $job
37
-     * @param array $config
38 37
      */
39 38
     public function __construct(string $connectionName, JobContractInterface $job)
40 39
     {
Please login to merge, or discard this patch.