Test Failed
Push — master ( 32a0ce...0e0a0f )
by Julien
03:37
created
src/models/FightersGroup.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
 
203 203
             return $this->competitors->map->id[0];
204 204
 
205
-        }catch (ErrorException $e){
205
+        } catch (ErrorException $e){
206 206
             return null;
207 207
         }
208 208
 
Please login to merge, or discard this patch.