diff options
Diffstat (limited to 'tools/TestGenerator.php')
-rw-r--r-- | tools/TestGenerator.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/TestGenerator.php b/tools/TestGenerator.php index e802343..7598af3 100644 --- a/tools/TestGenerator.php +++ b/tools/TestGenerator.php @@ -130,8 +130,9 @@ class TestGenerator /** * Generates recursively all tests preserving the directory structure. * - * @param string $input the input directory - * @param string $output the output directory + * @param string $input the input directory + * @param string $output the output directory + * @param null|mixed $debug */ public static function buildAll($input, $output, $debug = null) { |