]> Raphaël G. Git Repositories - packbundle/blobdiff - RapsysPackBundle.php
Update mail address
[packbundle] / RapsysPackBundle.php
index c9e9ea186633bc8e38918ea702add6118681d9cb..260ce22420a1ecc50f1f57ae2453b4a68586378c 100644 (file)
@@ -1,9 +1,19 @@
-<?php
+<?php declare(strict_types=1);
+
+/*
+ * This file is part of the Rapsys PackBundle package.
+ *
+ * (c) Raphaël Gertz <symfony@rapsys.eu>
+ *
+ * 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;
 
-class RapsysPackBundle extends Bundle
-{
-}
+/**
+ * {@inheritdoc}
+ */
+class RapsysPackBundle extends Bundle {}