X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/a858bf15e799045a63e30d74dda1c0b7548daf48..b3be5f5ecb45a1120b7821b4e5cf86dfc514a7c9:/RapsysUserBundle.php?ds=inline diff --git a/RapsysUserBundle.php b/RapsysUserBundle.php index 627ad61..0ca0f2b 100644 --- a/RapsysUserBundle.php +++ b/RapsysUserBundle.php @@ -1,4 +1,13 @@ -<?php +<?php declare(strict_types=1); + +/* + * This file is part of the Rapsys UserBundle 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\UserBundle;