@@ -20,10 +20,10 @@ |
||
20 | 20 | } |
21 | 21 | } |
22 | 22 | |
23 | - /** |
|
24 | - * @param Group $group |
|
25 | - * @param PreUpdateEventArgs $event |
|
26 | - */ |
|
23 | + /** |
|
24 | + * @param Group $group |
|
25 | + * @param PreUpdateEventArgs $event |
|
26 | + */ |
|
27 | 27 | public function preUpdate(Group $group, PreUpdateEventArgs $event) |
28 | 28 | { |
29 | 29 | if (null === $group->getLibGroupFr()) { |
@@ -16,7 +16,8 @@ |
||
16 | 16 | |
17 | 17 | private ScoreInvestigationHandler $scoreInvestigationHandler; |
18 | 18 | |
19 | - public function __construct(ScoreInvestigationHandler $scoreInvestigationHandler) { |
|
19 | + public function __construct(ScoreInvestigationHandler $scoreInvestigationHandler) |
|
20 | + { |
|
20 | 21 | $this->scoreInvestigationHandler = $scoreInvestigationHandler; |
21 | 22 | parent::__construct(); |
22 | 23 | } |
@@ -33,8 +33,8 @@ |
||
33 | 33 | */ |
34 | 34 | public function __construct($width, $height, bool $trueColor = true) |
35 | 35 | { |
36 | - $width = (int)$width; |
|
37 | - $height = (int)$height; |
|
36 | + $width = (int) $width; |
|
37 | + $height = (int) $height; |
|
38 | 38 | |
39 | 39 | if ($trueColor) { |
40 | 40 | $this->picture = imagecreatetruecolor($width, $height); |