Completed
Push — feature/add-cli-installers ( 6d5f0e )
by Steven
15:03
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.