From: Raphaƫl Gertz Date: Tue, 7 Sep 2021 13:34:55 +0000 (+0200) Subject: Cleanup X-Git-Tag: 0.2.0~11 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/017fca0b76b793ae2c5aa1778c31ecc2d6de14df Cleanup --- 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)); - } + } }