Completed
Push — develop ( 7f6ad2...eb155e )
by Baptiste
02:38
created
src/DependencyInjection/InnmindNeo4jExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
         $config = $this->processConfiguration($configuration, $configs);
23 23
         $loader = new Loader\YamlFileLoader(
24 24
             $container,
25
-            new FileLocator(__DIR__ . '/../Resources/config')
25
+            new FileLocator(__DIR__.'/../Resources/config')
26 26
         );
27 27
         $loader->load('services.yml');
28 28
 
Please login to merge, or discard this patch.
tests/EventListener/LoggerListenerTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     {
18 18
         $called = false;
19 19
         $l = new LoggerListener(
20
-           $m = $this->getMock(LoggerInterface::class)
20
+            $m = $this->getMock(LoggerInterface::class)
21 21
         );
22 22
         $m
23 23
             ->method('info')
Please login to merge, or discard this patch.