@@ -141,7 +141,7 @@ |
||
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 | */ |
@@ -103,7 +103,6 @@ |
||
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 ) |