Passed
Branch master (f19eb9)
by
unknown
02:21
created
src/URL.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,8 @@
 block discarded – undo
97 97
 		$this->body   = $body;
98 98
 
99 99
 		$method = strtoupper($method);
100
-		if(in_array($method, ['GET', 'POST'], true)){ // @todo
100
+		if(in_array($method, ['GET', 'POST'], true)){
101
+// @todo
101 102
 			$this->method = $method;
102 103
 		}
103 104
 
Please login to merge, or discard this patch.