Completed
Push — master ( a3397f...4001aa )
by Alexander
03:06
created
src/Responder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -141,7 +141,7 @@
 block discarded – undo
141 141
      * Transform the data using the given transformer.
142 142
      *
143 143
      * @param  Transformable|Collection $data
144
-     * @param  Transformer|null         $transformer
144
+     * @param  Transformer         $transformer
145 145
      * @param  string                   $resourceKey
146 146
      * @return ResourceInterface
147 147
      */
Please login to merge, or discard this patch.
src/Traits/MakesApiRequests.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,6 @@
 block discarded – undo
103 103
     /**
104 104
      * Decodes JSON response and returns the data.
105 105
      *
106
-     * @param  string|array $field
107 106
      * @return array
108 107
      */
109 108
     protected function getSuccessData( $attributes = null )
Please login to merge, or discard this patch.