Passed
Push — main ( 5cf45d...483db1 )
by Johan
02:14
created
src/Weather/WeatherController.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
     */
55 55
     public function indexActionGet(): object
56 56
     {
57
-        $request     = $this->di->get("request");
57
+        $request = $this->di->get("request");
58 58
         $iptocheck = $request->getGet("ip") ?? "";
59 59
 
60 60
         // Prepare page
@@ -124,7 +124,7 @@  discard block
 block discarded – undo
124 124
     */
125 125
     public function indexActionPost(): object
126 126
     {
127
-        $request     = $this->di->get("request");
127
+        $request = $this->di->get("request");
128 128
         $iptocheck = $request->getPost("ip") ?? "";
129 129
 
130 130
         // Prepare page
Please login to merge, or discard this patch.