We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e7652 commit dc1a944Copy full SHA for dc1a944
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