From 017fca0b76b793ae2c5aa1778c31ecc2d6de14df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 7 Sep 2021 15:34:55 +0200 Subject: [PATCH] Cleanup --- RapsysPackBundle.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)); - } + } } -- 2.41.0