@@ -115,7 +115,6 @@ |
||
115 | 115 | * |
116 | 116 | * @param \Psr\Http\Message\ServerRequestInterface $request Request object |
117 | 117 | * @param \Psr\Http\Message\ResponseInterface $response Response object |
118 | - * @param string|null $prefix Form parameter prefix when nesting parameters is required |
|
119 | 118 | * @return \Psr\Http\Message\ResponseInterface Modified response object |
120 | 119 | */ |
121 | 120 | public function put( ServerRequestInterface $request, ResponseInterface $response ) |
@@ -40,7 +40,7 @@ |
||
40 | 40 | /** |
41 | 41 | * Adds the decorators to the JSON API client object |
42 | 42 | * |
43 | - * @param \Aimeos\Client\JsonApi\Common\Iface $client Client object |
|
43 | + * @param \Aimeos\Client\JsonApi\Iface $client Client object |
|
44 | 44 | * @param \Aimeos\MShop\Context\Item\Iface $context Context instance with necessary objects |
45 | 45 | * @param \Aimeos\MW\View\Iface $view View object |
46 | 46 | * @param array $templatePaths List of file system paths where the templates are stored |