Completed
Pull Request — master (#21)
by Tomáš
03:15
created
src/Console/Command/PushToGithubCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.