Completed
Branch master (afef14)
by Alberto
03:23
created
Category
src/Chirp.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
     public function twitterRequest($endpoint, $query = [], $requestMethod = 'GET')
136 136
     {
137 137
         $url = $this->resourceUrl($endpoint);
138
-        $queryString = !empty($query) ? '?' . http_build_query($query) :  '';
138
+        $queryString = !empty($query) ? '?' . http_build_query($query) : '';
139 139
         $response = $this->twitter
140 140
             ->setGetfield($queryString)
141 141
             ->buildOauth($url, $requestMethod)
Please login to merge, or discard this patch.