Test Failed
Pull Request — master (#9)
by Yo
03:11 queued 01:13
created
src/Yoanm/DefaultPhpRepository/Factory/VarFactory.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -11,6 +11,7 @@
 block discarded – undo
11 11
 class VarFactory
12 12
 {
13 13
     /**
14
+     * @param string $repositoryType
14 15
      * @return []
15 16
      *
16 17
      * @throws \Exception
Please login to merge, or discard this patch.
src/Yoanm/DefaultPhpRepository/Processor/InitCommandProcessor.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@  discard block
 block discarded – undo
37 37
      * @param Template[]         $templateList
38 38
      * @param bool               $skipExisting
39 39
      * @param bool               $forceOverride
40
-     * @param array              $idList
40
+     * @param boolean              $idList
41 41
      */
42 42
     public function __construct(
43 43
         QuestionHelper $questionHelper,
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
 
127 127
     /**
128 128
      * @param string $target
129
-     * @return array
129
+     * @return boolean[]
130 130
      */
131 131
     protected function validateDump($target)
132 132
     {
Please login to merge, or discard this patch.
src/Yoanm/DefaultPhpRepository/Factory/TemplateListFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
         }
65 65
 
66 66
         // Reorder final list
67
-        $orderedList =  [
67
+        $orderedList = [
68 68
             'git.readme' => $list['git.readme'],
69 69
             'git.license' => $list['git.license'],
70 70
             'git.contributing' => $list['git.contributing'],
Please login to merge, or discard this patch.