Completed
Pull Request — master (#38)
by
unknown
08:33
created
src/Factory.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -313,9 +313,9 @@
 block discarded – undo
313 313
                 }
314 314
             }
315 315
             if(json_last_error()){
316
-				throw new Exceptions\DatapackageInvalidSourceException(
317
-					json_last_error_msg().' when loading source: '.json_encode($source)
318
-				);
316
+                throw new Exceptions\DatapackageInvalidSourceException(
317
+                    json_last_error_msg().' when loading source: '.json_encode($source)
318
+                );
319 319
             }
320 320
         } else {
321 321
             throw new Exceptions\DatapackageInvalidSourceException(
Please login to merge, or discard this patch.