Skip to content

Commit ba0c892

Browse files
committed
Add the comma after the last array element
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
1 parent 11b5ad8 commit ba0c892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Controller/ListControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public function getListsWithCurrentSessionKeyReturnsListData()
118118
'public' => true,
119119
'category' => '',
120120
'id' => 3,
121-
]
121+
],
122122
]
123123
);
124124
}

0 commit comments

Comments
 (0)