]> Raphaël G. Git Repositories - packbundle/commitdiff
Cleanup
authorRaphaël Gertz <git@rapsys.eu>
Tue, 7 Sep 2021 13:34:55 +0000 (15:34 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 7 Sep 2021 13:34:55 +0000 (15:34 +0200)
RapsysPackBundle.php

index 67b26ce0bf57812df969222467d3cc0c0f62ac22..7be0f82532302482da3b20eaa9be7525b1ee81bd 100644 (file)
@@ -23,7 +23,7 @@ class RapsysPackBundle extends Bundle {
         *
         * @return string The bundle alias
         */
-    public static function getAlias(): string {
+       public static function getAlias(): string {
                //With namespace
                if ($npos = strrpos(static::class, '\\')) {
                        //Set name pos
@@ -45,5 +45,5 @@ class RapsysPackBundle extends Bundle {
 
                //Return underscored lowercase bundle alias
                return Container::underscore(substr(static::class, $npos, $bpos));
-    }
+       }
 }