Passed
Branch master (c1ba47)
by Benjamin
04:39
created
src/Entity/Rule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -244,7 +244,7 @@
 block discarded – undo
244 244
         return (isset($this->injury_table[$value])) ? array(
245 245
             'key_name' => $this->injury_table[$value],
246 246
             'effect' => $this->getInjuryEffect($this->injury_table[$value])
247
-        ) : false ;
247
+        ) : false;
248 248
     }
249 249
 
250 250
     /**
Please login to merge, or discard this patch.
src/Routing/CoreRoute.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 {
7 7
     public function getFileToLoad():string
8 8
     {
9
-        return dirname(__DIR__).'/Resources/config/routing/core.yaml';
9
+        return dirname(__DIR__) . '/Resources/config/routing/core.yaml';
10 10
     }
11 11
     public function getFormat():string
12 12
     {
Please login to merge, or discard this patch.
src/Validator/Constraints/TeamComposition.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,6 +13,6 @@
 block discarded – undo
13 13
 
14 14
     public function validatedBy()
15 15
     {
16
-        return get_class($this).'Validator';
16
+        return get_class($this) . 'Validator';
17 17
     }
18 18
 }
Please login to merge, or discard this patch.