We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ade380 commit 1f6843bCopy full SHA for 1f6843b
Tests/Definition/Builder/ExprBuilderTest.php
@@ -200,9 +200,9 @@ protected function returnClosure($val)
200
201
/**
202
* Assert that the given test builder, will return the given value
203
- * @param mixed $value The value to test
204
- * @param TreeBuilder $test The tree builder to finalize
205
- * @param mixed $config The config values that new to be finalized
+ * @param mixed $value The value to test
+ * @param TreeBuilder $treeBuilder The tree builder to finalize
+ * @param mixed $config The config values that new to be finalized
206
*/
207
protected function assertFinalizedValueIs($value, $treeBuilder, $config=null)
208
{
0 commit comments