diff --git a/en/controllers/components/request-handling.rst b/en/controllers/components/request-handling.rst index 11c86aebc4..4b47c6596d 100644 --- a/en/controllers/components/request-handling.rst +++ b/en/controllers/components/request-handling.rst @@ -170,7 +170,7 @@ callbacks like ``json_decode``:: $this->RequestHandler->config('inputTypeMap.json', ['json_decode', true]); The above will make ``$this->request->data`` an array of the JSON input data, -without the additional ``true`` you'd get a set of ``StdClass`` objects. +without the additional ``true`` you'd get a set of ``stdClass`` objects. .. deprecated:: 3.1.0 As of 3.1.0 the ``addInputType()`` method is deprecated. You should use diff --git a/fr/controllers/components/request-handling.rst b/fr/controllers/components/request-handling.rst index a0ef78da7e..7fcc95cda0 100644 --- a/fr/controllers/components/request-handling.rst +++ b/fr/controllers/components/request-handling.rst @@ -175,7 +175,7 @@ au callback, c'est très utile pour les callbacks comme ``json_decode``:: Le contenu ci-dessus créera ``$this->request->data`` un tableau des données d'entrées JSON, sans le ``true`` supplémentaire vous obtiendrez un jeu -d'objets ``StdClass``. +d'objets ``stdClass``. .. deprecated:: 3.1.0 Depuis 3.1.0 la méthode ``addInputType()`` est dépréciée. Vous devez