diff --git a/tests/UnassignConversationTest.php b/tests/UnassignConversationTest.php index 8fdfac8d..526949ab 100644 --- a/tests/UnassignConversationTest.php +++ b/tests/UnassignConversationTest.php @@ -26,10 +26,10 @@ public function testUnassign() private function getConversation() { - $conversation = new Conversation((object)[ + $conversation = new Conversation((object) array( 'threads' => array(), 'createdBy' => 12345 - ]); + )); $conversation->setMailbox(new MailboxRef); $conversation->setCreatedBy(new PersonRef);