Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
ng-model-generator-bundle
Commits
2e1f477d
Commit
2e1f477d
authored
Apr 02, 2020
by
Guillaume Perréal
Browse files
Corrige le nom des variables pour les Array.map.
parent
33ed17c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/php/Models/Types/ArrayType.php
View file @
2e1f477d
...
...
@@ -76,6 +76,6 @@ class ArrayType extends AbstractCollection
private
function
getItemName
():
string
{
return
preg_replace
(
'/\W+/'
,
''
,
$this
->
getValueType
()
->
getUsage
());
return
lcfirst
(
preg_replace
(
'/\W+/'
,
''
,
$this
->
getValueType
()
->
getUsage
())
)
;
}
}
Write
Preview
Markdown
is supported
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