Passed
Pull Request — master (#50)
by Darío
12:22 queued 08:51
created
src/GuzzleRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
 
11 11
     public function hasUrlEncodedData(): bool
12 12
     {
13
-        return ! empty($this->urlEncodedData);
13
+        return !empty($this->urlEncodedData);
14 14
     }
15 15
 
16 16
     public function getUrlEncodedData(): array
Please login to merge, or discard this patch.