Completed
Push — master ( ae2bec...c19c38 )
by Steve
01:59
created
www/index.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@  discard block
 block discarded – undo
14 14
 use MeadSteve\DiceApi\RequestHandler\DiceRequestHandler;
15 15
 use Predis\Client;
16 16
 
17
-require __DIR__ . "/../vendor/autoload.php";
17
+require __DIR__."/../vendor/autoload.php";
18 18
 
19 19
 $diceGenerator = new UrlDiceGenerator(
20 20
     new DiceFactoryCollection([
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
 
26 26
 $rendererCollection = new RendererCollection([
27 27
     new Json(),
28
-    new Html('http://' . $_SERVER['HTTP_HOST']),
28
+    new Html('http://'.$_SERVER['HTTP_HOST']),
29 29
     new Plain()
30 30
 ]);
31 31
 
Please login to merge, or discard this patch.