Completed
Push — feature/add-cli-installers ( de0d3c...17d80e )
by Steven
25:39 queued 11:58
created
src/Magestead/Installers/Project.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -2,6 +2,10 @@
 block discarded – undo
2 2
 
3 3
 class Project
4 4
 {
5
+    /**
6
+     * @param string $projectPath
7
+     * @param \Symfony\Component\Console\Output\OutputInterface $output
8
+     */
5 9
     public static function create(array $options, array $config, $projectPath, $output)
6 10
     {
7 11
         switch ($options['app']) {
Please login to merge, or discard this patch.
src/Magestead/Command/SetupCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -46,8 +46,8 @@
 block discarded – undo
46 46
     }
47 47
 
48 48
     /**
49
-     * @param $source
50
-     * @param $target
49
+     * @param string $source
50
+     * @param string $target
51 51
      * @param OutputInterface $output
52 52
      */
53 53
     protected function copyConfigFiles($source, $target, OutputInterface $output)
Please login to merge, or discard this patch.