| @@ -20,7 +20,7 @@ | ||
| 20 | 20 |      { | 
| 21 | 21 |          $this->setName('create'); | 
| 22 | 22 |          $this->setDescription('Create new map'); | 
| 23 | -        $this->setHelp('This command allows you to create game map.');; | |
| 23 | +        $this->setHelp('This command allows you to create game map.'); ; | |
| 24 | 24 | } | 
| 25 | 25 | |
| 26 | 26 |      /** {@inheritDoc} */ | 
| @@ -30,7 +30,7 @@ | ||
| 30 | 30 | } | 
| 31 | 31 | |
| 32 | 32 |      /** {@inheritDoc} */ | 
| 33 | - public function first(): ?Location | |
| 33 | + public function first(): ? Location | |
| 34 | 34 |      { | 
| 35 | 35 | $firstLocation = parent::first(); | 
| 36 | 36 | |