Passed
Push — master ( 34d6ec...5ad39d )
by Nicolas
11:15
created
src/DataFixtures/AppFixtures.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,6 +22,6 @@
 block discarded – undo
22 22
 
23 23
     public function load(ObjectManager $manager): void
24 24
     {
25
-        $this->loader->load([__DIR__ . '/../../fixtures/data.yaml']);
25
+        $this->loader->load([__DIR__.'/../../fixtures/data.yaml']);
26 26
     }
27 27
 }
Please login to merge, or discard this patch.
public/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,6 +4,6 @@
 block discarded – undo
4 4
 
5 5
 require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
6 6
 
7
-return function (array $context) {
7
+return function(array $context) {
8 8
     return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
9 9
 };
Please login to merge, or discard this patch.