@@ -58,7 +58,7 @@ |
||
58 | 58 | * using a requestParser. |
59 | 59 | * |
60 | 60 | * @param array|\stdClass $request The request to convert to an object. |
61 | - * @param string|array $className The class of the object to which the request must be converted. |
|
61 | + * @param string $className The class of the object to which the request must be converted. |
|
62 | 62 | * @param string $behavior The behaviour of the parser. |
63 | 63 | */ |
64 | 64 | public function parseRequest( |