@@ -89,7 +89,7 @@ |
||
89 | 89 | * @param string[] $failedRecipients |
90 | 90 | * @param bool $noSpoolPath |
91 | 91 | * @param bool $noTransport |
92 | - * @param null $msgCount |
|
92 | + * @param \PHPUnit\Framework\MockObject\Matcher\InvokedCount $msgCount |
|
93 | 93 | * |
94 | 94 | * @internal param string $message |
95 | 95 | * |
@@ -91,7 +91,7 @@ |
||
91 | 91 | } |
92 | 92 | |
93 | 93 | /** |
94 | - * @return \FOS\UserBundle\Model\UserInterface |
|
94 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
95 | 95 | */ |
96 | 96 | private function getUserMock() |
97 | 97 | { |