Test Failed
Push — master ( 70a787...b2d464 )
by Erandir
03:12
created
src/Globals/GlobalRequest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@
 block discarded – undo
24 24
 	{
25 25
         $this->body 	= $body->getBodyRequest();
26 26
         $this->get 		= $get;
27
-        $this->server	= $server;
28
-		$this->file 	= $file;
27
+        $this->server = $server;
28
+		$this->file = $file;
29 29
 	}
30 30
 
31 31
 	public function all()
Please login to merge, or discard this patch.