Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
import
Commits
1e7db8f8
Commit
1e7db8f8
authored
Nov 24, 2021
by
Laurent Lécluse
Browse files
Corrections de bugs suite migration Laminas
parent
140a11e8
Pipeline
#11603
passed with stage
in 17 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/Form/SourceForm.php
View file @
1e7db8f8
...
...
@@ -106,7 +106,7 @@ class SourceFormHydrator implements HydratorInterface
*
* @return array
*/
public
function
extract
(
$object
)
public
function
extract
(
$object
)
:
array
{
$data
=
[
'id'
=>
$object
->
getId
(),
...
...
src/Form/TableForm.php
View file @
1e7db8f8
...
...
@@ -137,7 +137,7 @@ class TableFormHydrator implements HydratorInterface
*
* @return array
*/
public
function
extract
(
$object
)
public
function
extract
(
$object
)
:
array
{
$data
=
[
'name'
=>
$object
->
getName
(),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment