@@ -87,7 +87,7 @@ |
||
| 87 | 87 | /** |
| 88 | 88 | * Set the value of id |
| 89 | 89 | */ |
| 90 | - public function setId( $id): self |
|
| 90 | + public function setId($id): self |
|
| 91 | 91 | { |
| 92 | 92 | $this->id = $id; |
| 93 | 93 | |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | RequestStack $requestStack |
| 19 | 19 | |
| 20 | 20 | ) { |
| 21 | - $this->request = $requestStack->getCurrentRequest(); |
|
| 21 | + $this->request = $requestStack->getCurrentRequest(); |
|
| 22 | 22 | } |
| 23 | 23 | |
| 24 | 24 | |