Remove author docblocks
This commit is contained in:
@@ -17,9 +17,6 @@ use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
|
||||
use Symfony\Component\DependencyInjection\Definition;
|
||||
use Symfony\Component\DependencyInjection\Reference;
|
||||
|
||||
/**
|
||||
* @author Kamil Kokot <kamil@kokot.me>
|
||||
*/
|
||||
final class SymfonyDriverFactory implements DriverFactory
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -14,9 +14,6 @@ namespace FriendsOfBehat\SymfonyExtension\Driver;
|
||||
use Behat\Mink\Driver\BrowserKitDriver;
|
||||
use Symfony\Component\HttpKernel\KernelInterface;
|
||||
|
||||
/**
|
||||
* @author Kamil Kokot <kamil@kokot.me>
|
||||
*/
|
||||
final class SymfonyDriver extends BrowserKitDriver
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -16,9 +16,6 @@ use Behat\Behat\EventDispatcher\Event\ScenarioTested;
|
||||
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
|
||||
use Symfony\Component\HttpKernel\KernelInterface;
|
||||
|
||||
/**
|
||||
* @author Kamil Kokot <kamil@kokot.me>
|
||||
*/
|
||||
final class KernelRebooter implements EventSubscriberInterface
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -23,9 +23,6 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||
use Symfony\Component\DependencyInjection\Definition;
|
||||
use Symfony\Component\DependencyInjection\Reference;
|
||||
|
||||
/**
|
||||
* @author Kamil Kokot <kamil@kokot.me>
|
||||
*/
|
||||
final class SymfonyExtension implements Extension
|
||||
{
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user