Fix coding standard
This commit is contained in:
@@ -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:
|
||||
"""
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user