summaryrefslogtreecommitdiffstats
path: root/tests/Components/LockExpressionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Components/LockExpressionTest.php')
-rw-r--r--tests/Components/LockExpressionTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Components/LockExpressionTest.php b/tests/Components/LockExpressionTest.php
index 003c887..2fc86bd 100644
--- a/tests/Components/LockExpressionTest.php
+++ b/tests/Components/LockExpressionTest.php
@@ -27,10 +27,10 @@ class LockExpressionTest extends TestCase
}
/**
- * @dataProvider parseErrProvider
- *
* @param mixed $expr
* @param mixed $error
+ *
+ * @dataProvider parseErrProvider
*/
public function testParseErr($expr, $error)
{