We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542bf5e commit f2b09fbCopy full SHA for f2b09fb
lib/Gedmo/Sluggable/Mapping/Driver/Annotation.php
@@ -85,7 +85,7 @@ public function readExtendedMetadata($meta, array &$config)
85
* @param $fieldNamePrefix
86
* @return array
87
*/
88
- private function retrieveSlug($meta, array &$config, $property, $fieldNamePrefix): array
+ private function retrieveSlug($meta, array &$config, $property, $fieldNamePrefix)
89
{
90
$fieldName = $fieldNamePrefix ? ($fieldNamePrefix . '.' . $property->getName()) : $property->getName();
91
// slug property
0 commit comments