Completed
Push — master ( 74a29c...ea8dcb )
by Avtandil
13s
created
src/Lodash/Queue/SqsFifo/SqsFifoQueue.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
104 104
      * Pop the next job off of the queue.
105 105
      *
106 106
      * @param  string $queue
107
-     * @return \Illuminate\Contracts\Queue\Job|null
107
+     * @return SqsJob|null
108 108
      */
109 109
     public function pop($queue = null)
110 110
     {
Please login to merge, or discard this patch.
src/Lodash/Eloquent/ManyToManyPreload.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     /**
38 38
      * Get a new query builder that doesn't have any global scopes.
39 39
      *
40
-     * @return \Illuminate\Database\Eloquent\Builder|static
40
+     * @return string
41 41
      */
42 42
     abstract public function newQueryWithoutScopes();
43 43
 
Please login to merge, or discard this patch.