Remove author docblocks

This commit is contained in:
Kamil Kokot
2016-10-25 14:36:05 +02:00
parent 1842877a5d
commit b399bd1a0c
4 changed files with 0 additions and 12 deletions

View File

@@ -17,9 +17,6 @@ use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
use Symfony\Component\DependencyInjection\Definition; use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Reference; use Symfony\Component\DependencyInjection\Reference;
/**
* @author Kamil Kokot <kamil@kokot.me>
*/
final class SymfonyDriverFactory implements DriverFactory final class SymfonyDriverFactory implements DriverFactory
{ {
/** /**

View File

@@ -14,9 +14,6 @@ namespace FriendsOfBehat\SymfonyExtension\Driver;
use Behat\Mink\Driver\BrowserKitDriver; use Behat\Mink\Driver\BrowserKitDriver;
use Symfony\Component\HttpKernel\KernelInterface; use Symfony\Component\HttpKernel\KernelInterface;
/**
* @author Kamil Kokot <kamil@kokot.me>
*/
final class SymfonyDriver extends BrowserKitDriver final class SymfonyDriver extends BrowserKitDriver
{ {
/** /**

View File

@@ -16,9 +16,6 @@ use Behat\Behat\EventDispatcher\Event\ScenarioTested;
use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\HttpKernel\KernelInterface; use Symfony\Component\HttpKernel\KernelInterface;
/**
* @author Kamil Kokot <kamil@kokot.me>
*/
final class KernelRebooter implements EventSubscriberInterface final class KernelRebooter implements EventSubscriberInterface
{ {
/** /**

View File

@@ -23,9 +23,6 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Definition; use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Reference; use Symfony\Component\DependencyInjection\Reference;
/**
* @author Kamil Kokot <kamil@kokot.me>
*/
final class SymfonyExtension implements Extension final class SymfonyExtension implements Extension
{ {
/** /**