X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/f5740340cff3939833c86737b1fbd3fc9ec4a318..2dfab1711fd046328ba3c438baf41e600a66d2da:/Entity/Civility.php diff --git a/Entity/Civility.php b/Entity/Civility.php index d8461d7..5e111c1 100644 --- a/Entity/Civility.php +++ b/Entity/Civility.php @@ -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\Civility as BaseCivility; +/** + * {@inheritdoc} + */ class Civility extends BaseCivility { }