Completed
Pull Request — master (#46)
by Dominik
02:51
created
Tests/Command/ClearAndLogFailedMailsCommandTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
Tests/Services/AzineTwigSwiftMailerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.