Completed
Branch master (dc81ac)
by Coroliov
02:14 queued 11s
created
Category
Tests/bootstrap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
  * file that was distributed with this source code.
9 9
  */
10 10
 $autoloads = array(
11
-    __DIR__.'/../vendor/autoload.php',                // travis or standalone test
11
+    __DIR__.'/../vendor/autoload.php', // travis or standalone test
12 12
     __DIR__.'/../../../../../../vendor/autoload.php', // symfony & composer test
13 13
 );
14 14
 $autoloadFile = false;
Please login to merge, or discard this patch.
DependencyInjection/FruitwareYandexGeocoderExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
      */
15 15
     public function load(array $configs, ContainerBuilder $container)
16 16
     {
17
-        $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__ . '/../Resources/config'));
17
+        $loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
18 18
         $loader->load('services.yml');
19 19
 
20 20
         $config = $this->processConfiguration(new Configuration(), $configs);
Please login to merge, or discard this patch.