Completed
Push — master ( b123ad...2604a0 )
by Joachim
02:07
created
Tests/Handler/PaymentHandlerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
     }
181 181
 
182 182
     /**
183
-     * @return Payment|\PHPUnit_Framework_MockObject_MockObject
183
+     * @return Payment
184 184
      */
185 185
     private function getPayment()
186 186
     {
Please login to merge, or discard this patch.
Entity/PaymentRepository.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 class PaymentRepository extends EntityRepository
6 6
 {
7 7
     /**
8
-     * @param $id
8
+     * @param integer $id
9 9
      *
10 10
      * @return null|Payment
11 11
      */
Please login to merge, or discard this patch.