Skip to content

Commit 1f6843b

Browse files
committed
Fixed Phpdoc
1 parent 5ade380 commit 1f6843b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/Definition/Builder/ExprBuilderTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,9 @@ protected function returnClosure($val)
200200

201201
/**
202202
* 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
203+
* @param mixed $value The value to test
204+
* @param TreeBuilder $treeBuilder The tree builder to finalize
205+
* @param mixed $config The config values that new to be finalized
206206
*/
207207
protected function assertFinalizedValueIs($value, $treeBuilder, $config=null)
208208
{

0 commit comments

Comments
 (0)