From 482e4bd6f7308147b1f0cdcb3c291a167fba78e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Sun, 8 Aug 2021 14:22:01 +0200 Subject: [PATCH] Add strict types Improve documentation --- RapsysPackBundle.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php index d1fd290..260ce22 100644 --- a/RapsysPackBundle.php +++ b/RapsysPackBundle.php @@ -1,7 +1,19 @@ - + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace Rapsys\PackBundle; use Symfony\Component\HttpKernel\Bundle\Bundle; +/** + * {@inheritdoc} + */ class RapsysPackBundle extends Bundle {} -- 2.41.0