Skip to content
Snippets Groups Projects
Commit 0e991404 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Correction des hydrators

parent f52faab4
No related branches found
No related tags found
No related merge requests found
Pipeline #15298 passed
......@@ -11,7 +11,7 @@ class CategorieHydrator implements HydratorInterface {
* @param Categorie $object
* @return array|void
*/
public function extract($object)
public function extract(object $object) : array
{
$data = [
'code' => $object->getCode(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment