Completed
Pull Request — master (#29)
by Hugo
04:07
created
src/DependencyInjection/WannaSpeakExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
         $configuration = new Configuration();
24 24
         $config        = $this->processConfiguration($configuration, $configs);
25 25
 
26
-        $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
26
+        $loader = new Loader\XmlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
27 27
         $loader->load('services.xml');
28 28
 
29 29
         $container->setParameter('wanna_speak.api.account_id', $config['api']['credentials']['account_id']);
Please login to merge, or discard this patch.
tests/BundleTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,8 +3,6 @@
 block discarded – undo
3 3
 namespace Yproximite\WannaSpeakBundle\Tests;
4 4
 
5 5
 use PHPUnit\Framework\TestCase;
6
-use Symfony\Bundle\FrameworkBundle\Test\TestContainer;
7
-use Symfony\Component\DependencyInjection\ContainerInterface;
8 6
 
9 7
 class BundleTest extends TestCase
10 8
 {
Please login to merge, or discard this patch.