Completed
Push — master ( 4f0ff7...20b8d8 )
by Haridarshan
02:19
created
src/HelperFactory.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -114,10 +114,10 @@
 block discarded – undo
114 114
                 $e
115 115
             );
116 116
         }
117
-		throw new InstagramException(
118
-			json_encode(array("Type" => $exception['error_type'], "Message" => $exception['error_message'])),
119
-			$exception['error_code'],
120
-			$e
121
-		);
117
+        throw new InstagramException(
118
+            json_encode(array("Type" => $exception['error_type'], "Message" => $exception['error_message'])),
119
+            $exception['error_code'],
120
+            $e
121
+        );
122 122
     }
123 123
 }
Please login to merge, or discard this patch.