Skip to content

Commit 4bf995d

Browse files
committed
fixed typo
1 parent a56faa1 commit 4bf995d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Tests/OptionsResolverTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ public function testResolveLazyDependencyOnMissingOptionalWithoutDefault()
111111
},
112112
));
113113

114-
$options = array(,
115-
);
114+
$options = array();
116115

117116
$this->assertEquals(array(
118117
'two' => '2',

0 commit comments

Comments
 (0)