@@ -25,7 +25,7 @@ |
||
| 25 | 25 | } |
| 26 | 26 | try{ |
| 27 | 27 | $newText = $response->getBody()->getContents(); |
| 28 | -}catch (Throwable $e){ |
|
| 28 | +} catch (Throwable $e){ |
|
| 29 | 29 | dump($e); |
| 30 | 30 | die; |
| 31 | 31 | } |
@@ -54,7 +54,7 @@ |
||
| 54 | 54 | */ |
| 55 | 55 | try{ |
| 56 | 56 | $tplObject = WikiTemplateFactory::create($tplName); |
| 57 | - }catch (\Throwable $e){ |
|
| 57 | + } catch (\Throwable $e){ |
|
| 58 | 58 | unset($e); |
| 59 | 59 | continue; |
| 60 | 60 | } |