Skip to content

Commit a897333

Browse files
committed
Fix ApiResponseResponseModel implementation mismatch
1 parent 1894cfb commit a897333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/ApiResponseResponseModel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function jsonSerialize()
4242
/**
4343
* {@inheritdoc}
4444
*/
45-
public function arraySerialize(array $group = [])
45+
public function arraySerialize(array $group = null)
4646
{
4747
return $this->jsonSerialize();
4848
}

0 commit comments

Comments
 (0)