From 6f791a38dec579bb97e70aa16b95df49665bb4e5 Mon Sep 17 00:00:00 2001 From: webeweb Date: Tue, 7 May 2024 10:05:32 +0200 Subject: [PATCH] Improve PHPDoc --- lib/common/Tests/WBWCommonBundleTest.php | 2 +- lib/common/WBWCommonBundle.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {