Skip to content
Snippets Groups Projects
Commit 1e7db8f8 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Corrections de bugs suite migration Laminas

parent 140a11e8
No related branches found
No related tags found
No related merge requests found
Pipeline #11603 passed
......@@ -106,7 +106,7 @@ class SourceFormHydrator implements HydratorInterface
*
* @return array
*/
public function extract($object)
public function extract($object): array
{
$data = [
'id' => $object->getId(),
......
......@@ -137,7 +137,7 @@ class TableFormHydrator implements HydratorInterface
*
* @return array
*/
public function extract($object)
public function extract($object): array
{
$data = [
'name' => $object->getName(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment