Test Failed
Pull Request — master (#9)
by Yo
02:00
created
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.
src/Yoanm/DefaultPhpRepository/Processor/InitCommandProcessor.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -111,7 +111,6 @@  discard block
 block discarded – undo
111 111
 
112 112
     /**
113 113
      * @param Template $template
114
-     * @param string           $path
115 114
      */
116 115
     protected function dumpTemplate(Template $template)
117 116
     {
@@ -123,8 +122,7 @@  discard block
 block discarded – undo
123 122
     }
124 123
 
125 124
     /**
126
-     * @param string $target
127
-     * @return array
125
+     * @return boolean[]
128 126
      */
129 127
     protected function validateDump(Template $template)
130 128
     {
Please login to merge, or discard this patch.