Completed
Pull Request — develop (#407)
by
unknown
13:06
created
Composer/ScriptHandler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -52,6 +52,9 @@
 block discarded – undo
52 52
         static::executeCommand($event, $consolePath, 'braincrafted:bootstrap:install', $options['process-timeout']);
53 53
     }
54 54
 
55
+    /**
56
+     * @param string $cmd
57
+     */
55 58
     protected static function executeCommand(CommandEvent $event, $consolePath, $cmd, $timeout = 300)
56 59
     {
57 60
         $php = escapeshellarg(self::getPhp(false));
Please login to merge, or discard this patch.
Command/GenerateCommand.php 2 patches
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
 use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
12 12
 use Symfony\Component\Console\Input\InputInterface;
13 13
 use Symfony\Component\Console\Output\OutputInterface;
14
-
15 14
 use Braincrafted\Bundle\BootstrapBundle\Util\PathUtil;
16 15
 use Symfony\Component\Filesystem\Filesystem;
17 16
 use Symfony\Component\HttpFoundation\Request;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -139,7 +139,7 @@
 block discarded – undo
139 139
      *
140 140
      * @param OutputInterface $output An OutputInterface instance
141 141
      *
142
-     * @return empty string if unable to fetch header, or the copyright header as string.
142
+     * @return string string if unable to fetch header, or the copyright header as string.
143 143
      */
144 144
     private function getCopyrightHeader(OutputInterface $output) {
145 145
         $fs = new Filesystem();
Please login to merge, or discard this patch.