X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/b7ac99d0dd0dd5c5f296af41950d39a3eb034b0f..482e4bd6f7308147b1f0cdcb3c291a167fba78e8:/RapsysPackBundle.php

diff --git a/RapsysPackBundle.php b/RapsysPackBundle.php
index d1fd290..260ce22 100644
--- a/RapsysPackBundle.php
+++ b/RapsysPackBundle.php
@@ -1,7 +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;
 
+/**
+ * {@inheritdoc}
+ */
 class RapsysPackBundle extends Bundle {}