Completed
Push — master ( 9a508a...f4b3f4 )
by Manuel
03:57
created
src/Command/SpammerCommand.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -119,6 +119,9 @@
 block discarded – undo
119 119
         }
120 120
     }
121 121
 
122
+    /**
123
+     * @param integer $count
124
+     */
122 125
     private function validateInputCount($count)
123 126
     {
124 127
         if ($count < 1) {
Please login to merge, or discard this patch.