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