]> Raphaƫl G. Git Repositories - packbundle/blobdiff - RapsysPackBundle.php
Remove unused getBundleAlias function
[packbundle] / RapsysPackBundle.php
index 4ad24d40598e0662bf4d36478b67ba202e18287f..c9a6d48156aa01db326646278d0b0e12bf1c16fc 100644 (file)
 
 namespace Rapsys\PackBundle;
 
+use Rapsys\PackBundle\DependencyInjection\RapsysPackExtension;
+
 use Symfony\Component\DependencyInjection\Extension\ExtensionInterface;
 use Symfony\Component\HttpKernel\Bundle\Bundle;
 
-use Rapsys\PackBundle\DependencyInjection\RapsysPackExtension;
-
 /**
  * {@inheritdoc}
  */
@@ -29,9 +29,9 @@ class RapsysPackBundle extends Bundle {
        }
 
        /**
-        * Return bundle alias
+        * Return alias
         *
-        * @return string The bundle alias
+        * @return string The alias
         */
        public static function getAlias(): string {
                //With namespace
@@ -64,6 +64,6 @@ class RapsysPackBundle extends Bundle {
         */
        public static function getVersion(): string {
                //Return version
-               return '0.4.0';
+               return '0.5.3';
        }
 }