Fix coding standard

This commit is contained in:
Kamil Kokot
2020-04-04 15:28:13 +02:00
parent b05304858c
commit e94285dc0b
2 changed files with 15 additions and 17 deletions

View File

@@ -24,7 +24,6 @@ Feature: Accessing driver's service container
Given the counter service is zeroed
When I visit the page "/hello-world"
Then the counter service should return 1
"""
And a context file "tests/SomeContext.php" containing:
"""

View File

@@ -16,7 +16,6 @@ use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Definition;
use Symfony\Component\DependencyInjection\Reference;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\HttpKernel\Kernel;
use Symfony\Component\HttpKernel\KernelInterface;
final class FriendsOfBehatSymfonyExtensionExtension extends Extension implements CompilerPassInterface