Completed
Pull Request — master (#28)
by Karl
05:54 queued 03:37
created
src/Providers/AbstractProvider.php 1 patch
Doc Comments   +3 added lines, -4 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
      */
@@ -364,8 +363,8 @@  discard block
 block discarded – undo
364 363
     /**
365 364
      * Determine whether a string ends with another string
366 365
      *
367
-     * @param $string
368
-     * @param $test
366
+     * @param string $string
367
+     * @param string $test
369 368
      *
370 369
      * @return bool
371 370
      */
Please login to merge, or discard this patch.