Skip to content

Commit e7857d2

Browse files
committed
lint
1 parent f083261 commit e7857d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FeatureFlagsStateTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public function testJsonEncodeWithEmptyData()
146146

147147
$expected = [
148148
'$valid' => true,
149-
'$flagsState' => array()
149+
'$flagsState' => []
150150
];
151151
$this->assertEquals($expected, json_decode($json, true));
152152

0 commit comments

Comments
 (0)