diff --git a/src/Driver/Factory/SymfonyDriverFactory.php b/src/Driver/Factory/SymfonyDriverFactory.php index 83cc825..409add4 100644 --- a/src/Driver/Factory/SymfonyDriverFactory.php +++ b/src/Driver/Factory/SymfonyDriverFactory.php @@ -2,15 +2,6 @@ declare(strict_types=1); -/* - * This file is part of the SymfonyExtension package. - * - * (c) Kamil Kokot - * - * 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; diff --git a/src/Driver/SymfonyDriver.php b/src/Driver/SymfonyDriver.php index c772a9a..6556902 100644 --- a/src/Driver/SymfonyDriver.php +++ b/src/Driver/SymfonyDriver.php @@ -2,15 +2,6 @@ declare(strict_types=1); -/* - * This file is part of the SymfonyExtension package. - * - * (c) Kamil Kokot - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - namespace FriendsOfBehat\SymfonyExtension\Driver; use Behat\Mink\Driver\BrowserKitDriver; diff --git a/src/Listener/KernelRebooter.php b/src/Listener/KernelRebooter.php index d68825f..4cc7036 100644 --- a/src/Listener/KernelRebooter.php +++ b/src/Listener/KernelRebooter.php @@ -2,15 +2,6 @@ declare(strict_types=1); -/* - * This file is part of the SymfonyExtension package. - * - * (c) Kamil Kokot - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - namespace FriendsOfBehat\SymfonyExtension\Listener; use Behat\Behat\EventDispatcher\Event\ExampleTested; diff --git a/src/ServiceContainer/SymfonyExtension.php b/src/ServiceContainer/SymfonyExtension.php index 91fa5ac..2e27fbd 100644 --- a/src/ServiceContainer/SymfonyExtension.php +++ b/src/ServiceContainer/SymfonyExtension.php @@ -2,15 +2,6 @@ declare(strict_types=1); -/* - * This file is part of the SymfonyExtension package. - * - * (c) Kamil Kokot - * - * For the full copyright and license information, please view the LICENSE - * file that was distributed with this source code. - */ - namespace FriendsOfBehat\SymfonyExtension\ServiceContainer; use Behat\MinkExtension\ServiceContainer\MinkExtension;