X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/059e66ae24b995fc9071e287647e20c007fc92f8..708aaf43238a88e9d3d6d3b3f824142866292956:/Command/AttributeCommand.php

diff --git a/Command/AttributeCommand.php b/Command/AttributeCommand.php
index 48f5f01..f4fa133 100644
--- a/Command/AttributeCommand.php
+++ b/Command/AttributeCommand.php
@@ -1,10 +1,21 @@
-<?php
+<?php declare(strict_types=1);
+
+/*
+ * This file is part of the Rapsys AirBundle 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\AirBundle\Command;
 
 use Doctrine\Bundle\DoctrineBundle\Command\DoctrineCommand;
+
 use Symfony\Component\Console\Input\InputInterface;
 use Symfony\Component\Console\Output\OutputInterface;
+
 use Rapsys\AirBundle\Entity\Session;
 
 class AttributeCommand extends DoctrineCommand {