X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/4ab8e94003e0d50e0b4e9c74c8bd4fb0d45bf7b4..2a05cbed79562ebd29ef1f0d1189659033ad9261:/RapsysPackBundle.php diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php index 67b26ce..7be0f82 100644 --- a/RapsysPackBundle.php +++ b/RapsysPackBundle.php @@ -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)); - } + } }