Failed Conditions
Pull Request — master (#9)
by Yo
01:59
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/Helper/CommandHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
     }
139 139
 
140 140
     /**
141
-     * @param Template $emplate
141
+     * @param Template $template
142 142
      *
143 143
      * @return bool
144 144
      */
Please login to merge, or discard this patch.