Completed
Push — master ( c512ba...2023ba )
by Haridarshan
04:04 queued 01:39
created
src/InstagramRequest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
      */
87 87
     public function getResponse()
88 88
     {
89
-		$this->isRateLimitReached();
89
+        $this->isRateLimitReached();
90 90
         $this->isAccessTokenPresent();
91 91
         $oauth = $this->instagram->getOAuth();
92 92
         if (!$oauth->isAccessTokenSet()) {
Please login to merge, or discard this patch.