We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47e7652 + dc1a944 commit 20f04c1Copy full SHA for 20f04c1
src/MessageBird/Resources/Conversation/Conversations.php
@@ -70,7 +70,7 @@ private function getStartUrl(): string
70
* @throws Exceptions\RequestException
71
* @throws Exceptions\ServerException
72
*/
73
- public function create($object, array $query = null)
+ public function create($object, ?array $query = null)
74
{
75
$body = json_encode(['contactId' => $object], \JSON_THROW_ON_ERROR);
76
0 commit comments