Completed
Push — master ( f4df47...244d2b )
by Ryota
16:21 queued 14:06
created
Entity/SqsWorker.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
     }
63 63
 
64 64
     /**
65
-     * @param $server
65
+     * @param string $server
66 66
      * @return $this
67 67
      */
68 68
     public function setServer($server)
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-     * @param $queue
83
+     * @param string $queue
84 84
      * @return $this
85 85
      */
86 86
     public function setQueue($queue)
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
     }
91 91
 
92 92
     /**
93
-     * @return mixed
93
+     * @return integer
94 94
      */
95 95
     public function getProcId()
96 96
     {
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
     }
117 117
 
118 118
     /**
119
-     * @return mixed
119
+     * @return \DateTime
120 120
      */
121 121
     public function getCreatedAt()
122 122
     {
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
     }
135 135
 
136 136
     /**
137
-     * @return mixed
137
+     * @return \DateTime
138 138
      */
139 139
     public function getUpdatedAt()
140 140
     {
Please login to merge, or discard this patch.
Queue.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -43,6 +43,7 @@
 block discarded – undo
43 43
 
44 44
     /**
45 45
      * {@inheritdoc}
46
+     * @param string $name
46 47
      */
47 48
     public function receive($name)
48 49
     {
Please login to merge, or discard this patch.
Event/JobEvent.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,6 @@
 block discarded – undo
26 26
     /**
27 27
      * JobEvent constructor.
28 28
      * @param JobInterface $job
29
-     * @param bool $executedStatus
30 29
      */
31 30
     public function __construct(JobInterface $job)
32 31
     {
Please login to merge, or discard this patch.