Remove license comments from PHP files
This commit is contained in:
@@ -2,15 +2,6 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
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;
|
namespace FriendsOfBehat\SymfonyExtension\Driver\Factory;
|
||||||
|
|
||||||
use Behat\MinkExtension\ServiceContainer\Driver\DriverFactory;
|
use Behat\MinkExtension\ServiceContainer\Driver\DriverFactory;
|
||||||
|
|||||||
@@ -2,15 +2,6 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
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;
|
namespace FriendsOfBehat\SymfonyExtension\Driver;
|
||||||
|
|
||||||
use Behat\Mink\Driver\BrowserKitDriver;
|
use Behat\Mink\Driver\BrowserKitDriver;
|
||||||
|
|||||||
@@ -2,15 +2,6 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
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\Listener;
|
namespace FriendsOfBehat\SymfonyExtension\Listener;
|
||||||
|
|
||||||
use Behat\Behat\EventDispatcher\Event\ExampleTested;
|
use Behat\Behat\EventDispatcher\Event\ExampleTested;
|
||||||
|
|||||||
@@ -2,15 +2,6 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
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\ServiceContainer;
|
namespace FriendsOfBehat\SymfonyExtension\ServiceContainer;
|
||||||
|
|
||||||
use Behat\MinkExtension\ServiceContainer\MinkExtension;
|
use Behat\MinkExtension\ServiceContainer\MinkExtension;
|
||||||
|
|||||||
Reference in New Issue
Block a user