Completed
Push — master ( ce1cee...3e69d2 )
by diego
04:54 queued 02:41
created
src/Ifsnop/Mysqldump/Mysqldump.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -1758,6 +1758,11 @@
 block discarded – undo
1758 1758
         return $ret;
1759 1759
     }
1760 1760
 
1761
+    /**
1762
+     * @param integer $num_args
1763
+     * @param integer $expected_num_args
1764
+     * @param string $method_name
1765
+     */
1761 1766
     private function check_parameters($num_args, $expected_num_args, $method_name)
1762 1767
     {
1763 1768
         if ( $num_args != $expected_num_args ) {
Please login to merge, or discard this patch.