diff --git a/lib/common/Tests/WBWCommonBundleTest.php b/lib/common/Tests/WBWCommonBundleTest.php index ec302aad..b5ca65c1 100644 --- a/lib/common/Tests/WBWCommonBundleTest.php +++ b/lib/common/Tests/WBWCommonBundleTest.php @@ -21,7 +21,7 @@ use WBW\Library\Widget\Helper\AssetsHelper; /** - * Core bundle test. + * Common bundle test. * * @author webeweb * @package WBW\Bundle\CommonBundle\Tests diff --git a/lib/common/WBWCommonBundle.php b/lib/common/WBWCommonBundle.php index 6fcd221b..86407d0d 100644 --- a/lib/common/WBWCommonBundle.php +++ b/lib/common/WBWCommonBundle.php @@ -27,7 +27,7 @@ * Common bundle. * * @author webeweb - * @package WBW\Bundle\CoreBundle + * @package WBW\Bundle\CommonBundle */ class WBWCommonBundle extends Bundle implements AssetsProviderInterface {