Completed
Push — master ( 8ee61c...d11c3b )
by Ekin
02:12
created
server.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 use Aerys\Host;
4 4
 use Amp\Redis\Client;
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
 $injector->define(Handler::class, [
25 25
     ':origins' => [
26 26
         'http://' . $configuration['origins']['websocket'],
27
-        'http://' . $configuration['origins']['server'] ,
27
+        'http://' . $configuration['origins']['server'],
28 28
     ],
29 29
 ]);
30 30
 
Please login to merge, or discard this patch.