]> Raphaël G. Git Repositories - userbundle/commitdiff
Init path for unused flatten function
authorRaphaël Gertz <git@rapsys.eu>
Thu, 14 Nov 2019 22:30:09 +0000 (23:30 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 14 Nov 2019 22:30:09 +0000 (23:30 +0100)
DependencyInjection/RapsysUserExtension.php

index d026ae49c357879a89bcd033877feb9583908fe9..6dd55c74a60c73f0728f2a688c21b8096ec7dc0b 100644 (file)
@@ -46,7 +46,7 @@ class RapsysUserExtension extends Extension {
         * @param $depth        The maxmium depth
         * @param $sep          The separator string
         */
-       /*protected function flatten($array, $path, $depth = 10, $sep = '.') {
+       /*protected function flatten($array, $path = '', $depth = 10, $sep = '.') {
                //Init res
                $res = array();