Skip to content

Commit 0f7c133

Browse files
[3.4] CS fixes
1 parent 74b3519 commit 0f7c133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Definition/Builder/ExprBuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function testThenEmptyArrayExpression()
148148
/**
149149
* @dataProvider castToArrayValues
150150
*/
151-
public function testcastToArrayExpression($configValue, $expectedValue)
151+
public function testCastToArrayExpression($configValue, $expectedValue)
152152
{
153153
$test = $this->getTestBuilder()
154154
->castToArray()

0 commit comments

Comments
 (0)