From: Raphaël Gertz Date: Sun, 8 Aug 2021 12:22:01 +0000 (+0200) Subject: Add strict types X-Git-Tag: 0.2.0~37 X-Git-Url: https://git.rapsys.eu/packbundle/commitdiff_plain/482e4bd6f7308147b1f0cdcb3c291a167fba78e8 Add strict types Improve documentation --- 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 {}