Completed
Push — master ( d292e1...6051f2 )
by Dispositif
02:29
created
src/Application/Examples/WikiDocument.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 }
25 25
 try{
26 26
     $newText = $response->getBody()->getContents();
27
-}catch (\Throwable $e){
27
+} catch (\Throwable $e){
28 28
     dump($e);
29 29
     die;
30 30
 }
Please login to merge, or discard this patch.