Completed
Pull Request — master (#3)
by Daniel
01:48
created
src/DependencyInjection/Compiler/AbstractRegistryPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
             if ($this->registerByAlias) {
39 39
                 if (!isset($attributes['alias'])) {
40 40
                     throw new InvalidArgumentException(sprintf(
41
-                        $this->context . ' "%s" has no "alias" attribute in its tag',
41
+                        $this->context.' "%s" has no "alias" attribute in its tag',
42 42
                         $serviceId
43 43
                     ));
44 44
                 }
Please login to merge, or discard this patch.
example/web/app_dev.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 use Symfony\Component\Debug\Debug;
5 5
 use Symfony\Component\HttpFoundation\Request;
6 6
 
7
-require __DIR__ . '/../../vendor/autoload.php';
7
+require __DIR__.'/../../vendor/autoload.php';
8 8
 
9 9
 Debug::enable();
10 10
 require_once __DIR__.'/../app/AppKernel.php';
Please login to merge, or discard this patch.