Completed
Push — master ( 2b3d1a...ba8fc8 )
by Dispositif
03:12 queued 40s
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.