Passed
Push — master ( b988cb...4c589c )
by Henri
01:40
created
examples/index.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
 
41 41
     var_dump($json);
42 42
 
43
-}catch(Exception $er){
43
+} catch(Exception $er){
44 44
 
45 45
     die("Code Error: {$er->getCode()}, Line: {$er->getLine()}, File: {$er->getFile()}, Message: {$er->getMessage()}.");
46 46
 
Please login to merge, or discard this patch.