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 65c5897 commit 0e70397Copy full SHA for 0e70397
Tests/Definition/Builder/ExprBuilderTest.php
@@ -114,7 +114,7 @@ public function testIfNotInArrayExpression()
114
$this->assertFinalizedValueIs('new_value', $test);
115
116
$test = $this->getTestBuilder()
117
- ->ifNotInArray(array('foo', 'bar', 'value_from_config' ))
+ ->ifNotInArray(array('foo', 'bar', 'value_from_config'))
118
->then($this->returnClosure('new_value'))
119
->end();
120
0 commit comments