Test Failed
Push — master ( 414239...447ec5 )
by Julien
03:43
created
src/models/Championship.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -149,8 +149,9 @@
 block discarded – undo
149 149
     {
150 150
 
151 151
 
152
-        if ($this->settings != null && $this->settings->alias != null && $this->settings->alias != '')
153
-            return $this->settings->alias;
152
+        if ($this->settings != null && $this->settings->alias != null && $this->settings->alias != '') {
153
+                    return $this->settings->alias;
154
+        }
154 155
 
155 156
         $genders = [
156 157
             'M' => trans('categories.male'),
Please login to merge, or discard this patch.