Remove license comments from PHP files

This commit is contained in:
Kamil Kokot
2018-08-01 15:32:53 +02:00
parent 4c2aab39ba
commit 6af6e49ec5
4 changed files with 0 additions and 36 deletions

View File

@@ -2,15 +2,6 @@
declare(strict_types=1);
/*
* This file is part of the SymfonyExtension package.
*
* (c) Kamil Kokot <kamil@kokot.me>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace FriendsOfBehat\SymfonyExtension\Driver\Factory;
use Behat\MinkExtension\ServiceContainer\Driver\DriverFactory;