Completed
Push — master ( 9e57a1...c5ae65 )
by Tyler
02:42
created
src/License.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,8 +68,8 @@
 block discarded – undo
68 68
     /**
69 69
      * Called when there are not enough licenses available
70 70
      *
71
-     * @param [type] $remaining
72
-     * @param [type] $quantity
71
+     * @param integer $remaining
72
+     * @param integer $quantity
73 73
      * @return void
74 74
      */
75 75
     protected function error($remaining, $quantity)
Please login to merge, or discard this patch.