summaryrefslogtreecommitdiffstats
path: root/tools/TestGenerator.php
diff options
context:
space:
mode:
authorDamian Dlugosz <bigfootdd@gmail.com>2017-02-12 15:22:42 +0100
committerDamian Dlugosz <bigfootdd@gmail.com>2017-02-12 15:22:42 +0100
commit08d5915850d4ab975c6ec2289ddb35c1c2cabea5 (patch)
treedccf8c95bc2bc03fd31d2d024b7a180ca0d58b17 /tools/TestGenerator.php
parent677de552c8577b9eebc3f8393a25f07e4bed2f31 (diff)
downloadsql-parser-08d5915850d4ab975c6ec2289ddb35c1c2cabea5.zip
sql-parser-08d5915850d4ab975c6ec2289ddb35c1c2cabea5.tar.gz
sql-parser-08d5915850d4ab975c6ec2289ddb35c1c2cabea5.tar.bz2
Apply cs fixes
Diffstat (limited to 'tools/TestGenerator.php')
-rw-r--r--tools/TestGenerator.php5
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)
{