Passed
Pull Request — master (#631)
by ANTHONIUS
08:16
created
module/Migration/src/Migrator/Version36.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
         foreach($this->processors as $processor){
116 116
             try{
117 117
                 $cStat = $processor->process();
118
-            }catch (\Exception $exception){
118
+            } catch (\Exception $exception){
119 119
                 $cStat = false;
120 120
             }
121 121
             if(false === $cStat){
Please login to merge, or discard this patch.