]> Raphaƫl G. Git Repositories - packbundle/blobdiff - RapsysPackBundle.php
Move stream context array in context parameter
[packbundle] / RapsysPackBundle.php
index 49dfdaf5c5329c7e5e13a4cc86902f305a22b8b2..c9a6d48156aa01db326646278d0b0e12bf1c16fc 100644 (file)
@@ -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';
        }
 }