@@ -244,7 +244,7 @@ |
||
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 | /** |
@@ -6,7 +6,7 @@ |
||
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 | { |
@@ -13,6 +13,6 @@ |
||
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 | } |