Commit 2e1f477d authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

Corrige le nom des variables pour les Array.map.

Showing with 1 addition and 1 deletion
+1 -1
...@@ -76,6 +76,6 @@ class ArrayType extends AbstractCollection ...@@ -76,6 +76,6 @@ class ArrayType extends AbstractCollection
private function getItemName(): string private function getItemName(): string
{ {
return preg_replace('/\W+/', '', $this->getValueType()->getUsage()); return lcfirst(preg_replace('/\W+/', '', $this->getValueType()->getUsage()));
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment