Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 8ad389b

Browse files
committed
Added trailing comma to list
1 parent f1509af commit 8ad389b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Controller/TestAsset/RestfulContentTypeTestController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function update($id, $data)
2424
{
2525
return [
2626
'id' => $id,
27-
'data' => $data
27+
'data' => $data,
2828
];
2929
}
3030
}

0 commit comments

Comments
 (0)