]> Raphaël G. Git Repositories - airbundle/blobdiff - Command/AttributeCommand.php
Rename Command/Command in Command
[airbundle] / Command / AttributeCommand.php
index 48f5f01287c8f4675e6315b485762617dd44037b..f4fa13368564d3453f6b94f9d19c6632447ce8a3 100644 (file)
@@ -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 {