Completed
Branchmaster (1db7ad)
by Rocco
06:17
created
web/index.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-require __DIR__ . "/../vendor/autoload.php";
3
+require __DIR__."/../vendor/autoload.php";
4 4
 
5 5
 use Dotenv\Dotenv;
6 6
 use Radar\Adr\Boot;
7 7
 use Zend\Diactoros\Response;
8 8
 use Zend\Diactoros\ServerRequestFactory;
9 9
 
10
-$dotenvPath = __DIR__ . "/..";
11
-if (file_exists($dotenvPath . "/.env")) {
10
+$dotenvPath = __DIR__."/..";
11
+if (file_exists($dotenvPath."/.env")) {
12 12
     $dotenv = new Dotenv($dotenvPath);
13 13
     $dotenv->load();
14 14
 }
Please login to merge, or discard this patch.