Completed
Push — master ( 1f4e1a...e35bf8 )
by Karl
05:19
created
src/Providers/AbstractProvider.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@  discard block
 block discarded – undo
24 24
     /**
25 25
      * Create new client
26 26
      *
27
-     * @param array $parameters
28 27
      */
29 28
     public function __construct(AbstractQuery $query)
30 29
     {
@@ -136,7 +135,7 @@  discard block
 block discarded – undo
136 135
      * Parse job attributes against defaults
137 136
      *
138 137
      * @param  array $attributes
139
-     * @param  array $defaults
138
+     * @param  string $defaults
140 139
      *
141 140
      * @return array
142 141
      */
@@ -193,7 +192,7 @@  discard block
 block discarded – undo
193 192
     /**
194 193
      * Adds a single job item to a collection (passed by reference)
195 194
      *
196
-     * @param $collection Collection
195
+     * @param Collection $collection Collection
197 196
      * @param $item array
198 197
      *
199 198
      * @return $collection
@@ -379,8 +378,8 @@  discard block
 block discarded – undo
379 378
     /**
380 379
      * Determine whether a string ends with another string
381 380
      *
382
-     * @param $string
383
-     * @param $test
381
+     * @param string $string
382
+     * @param string $test
384 383
      *
385 384
      * @return bool
386 385
      */
Please login to merge, or discard this patch.