@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | /* |
6 | 6 | * This file is part of Symplify |
@@ -80,7 +80,7 @@ discard block |
||
80 | 80 | |
81 | 81 | private function ensureInputIsValid(InputInterface $input) |
82 | 82 | { |
83 | - $this->ensureTokenOptionIsSet((string)$input->getOption('token')); |
|
83 | + $this->ensureTokenOptionIsSet((string) $input->getOption('token')); |
|
84 | 84 | $this->ensureGithubRepositorySlugIsValid($input->getArgument('repository-slug')); |
85 | 85 | } |
86 | 86 |