]> Raphaël G. Git Repositories - packbundle/commitdiff
Add strict types
authorRaphaël Gertz <git@rapsys.eu>
Sun, 8 Aug 2021 12:22:01 +0000 (14:22 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Sun, 8 Aug 2021 12:22:01 +0000 (14:22 +0200)
Improve documentation

RapsysPackBundle.php

index d1fd290162f4813f4ee19d7b935eca5ea17112a5..260ce22420a1ecc50f1f57ae2453b4a68586378c 100644 (file)
@@ -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 {}