]> Raphaël G. Git Repositories - airbundle/blobdiff - Entity/Group.php
Rename rapsysair:calendar2 command to rapsysair:calendar
[airbundle] / Entity / Group.php
index b904a0df873e1ba2e7a96d9d9cd9aa92703d8a7e..6e340ad19fd9d68d0ee54e249a829ffceca0b656 100644 (file)
@@ -1,11 +1,11 @@
 <?php declare(strict_types=1);
 
 /*
- * this file is part of the rapsys packbundle package.
+ * This file is part of the Rapsys AirBundle package.
  *
- * (c) raphaël gertz <symfony@rapsys.eu>
+ * (c) Raphaël Gertz <symfony@rapsys.eu>
  *
- * for the full copyright and license information, please view the license
+ * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */
 
@@ -13,5 +13,8 @@ namespace Rapsys\AirBundle\Entity;
 
 use Rapsys\UserBundle\Entity\Group as BaseGroup;
 
+/**
+ * {@inheritdoc}
+ */
 class Group extends BaseGroup {
 }