diff options
author | Damian Dlugosz <bigfootdd@gmail.com> | 2017-02-12 15:22:42 +0100 |
---|---|---|
committer | Damian Dlugosz <bigfootdd@gmail.com> | 2017-02-12 15:22:42 +0100 |
commit | 08d5915850d4ab975c6ec2289ddb35c1c2cabea5 (patch) | |
tree | dccf8c95bc2bc03fd31d2d024b7a180ca0d58b17 /tests/Components/ExpressionTest.php | |
parent | 677de552c8577b9eebc3f8393a25f07e4bed2f31 (diff) | |
download | sql-parser-08d5915850d4ab975c6ec2289ddb35c1c2cabea5.zip sql-parser-08d5915850d4ab975c6ec2289ddb35c1c2cabea5.tar.gz sql-parser-08d5915850d4ab975c6ec2289ddb35c1c2cabea5.tar.bz2 |
Apply cs fixes
Diffstat (limited to 'tests/Components/ExpressionTest.php')
-rw-r--r-- | tests/Components/ExpressionTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Components/ExpressionTest.php b/tests/Components/ExpressionTest.php index b1d6268..adb973d 100644 --- a/tests/Components/ExpressionTest.php +++ b/tests/Components/ExpressionTest.php @@ -21,6 +21,8 @@ class ExpressionTest extends TestCase /** * @dataProvider testParseErrProvider + * @param mixed $expr + * @param mixed $error */ public function testParseErr($expr, $error) { |