Skip to content

Commit 5dc5b14

Browse files
carlsverregithub-actions[bot]
authored andcommitted
Fix code styling (ci skip)
1 parent 2674c0e commit 5dc5b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Hybrid/Json/JsonWhereTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function where_null()
117117
return;
118118
}
119119

120-
[, $id2, $id3,] = $this->insertJsonData([
120+
[, $id2, $id3] = $this->insertJsonData([
121121
['value1' => ['value2' => 'string']],
122122
['value1' => null],
123123
[null],

0 commit comments

Comments
 (0)