Skip to content

Commit 0e70397

Browse files
committed
CS: fixes
1 parent 65c5897 commit 0e70397

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
@@ -114,7 +114,7 @@ public function testIfNotInArrayExpression()
114114
$this->assertFinalizedValueIs('new_value', $test);
115115

116116
$test = $this->getTestBuilder()
117-
->ifNotInArray(array('foo', 'bar', 'value_from_config' ))
117+
->ifNotInArray(array('foo', 'bar', 'value_from_config'))
118118
->then($this->returnClosure('new_value'))
119119
->end();
120120
$this->assertFinalizedValueIs('new_value', $test);

0 commit comments

Comments
 (0)