mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
fix cs
This commit is contained in:
parent
f0f2f091f3
commit
1c4c3dac8e
@ -25,10 +25,9 @@ final class NodeValueResolverTest extends AbstractContainerAwareTestCase
|
||||
{
|
||||
$arrayNode = new Array_([
|
||||
new ArrayItem(new String_('hi')),
|
||||
new ArrayItem(BuilderHelpers::normalizeValue(true))
|
||||
new ArrayItem(BuilderHelpers::normalizeValue(true)),
|
||||
]);
|
||||
|
||||
|
||||
$resolved = $this->nodeValueResolver->resolve($arrayNode);
|
||||
$this->assertSame(['hi', true], $resolved);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user