Passed
Branch master (7a7cfe)
by Fabian
45:14
created
src/Spryker/Yves/Payolution/Form/DataProvider/InvoiceFormDataProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 {
17 17
 
18 18
     /**
19
-     * @param \Spryker\Shared\Kernel\Transfer\AbstractTransfer|\Generated\Shared\Transfer\QuoteTransfer $quoteTransfer
19
+     * @param AbstractTransfer $quoteTransfer
20 20
      *
21 21
      * @return \Spryker\Shared\Kernel\Transfer\AbstractTransfer
22 22
      */
Please login to merge, or discard this patch.
Payolution/src/Spryker/Yves/Payolution/Plugin/PayolutionHandlerPlugin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 
21 21
     /**
22 22
      * @param \Symfony\Component\HttpFoundation\Request $request
23
-     * @param \Generated\Shared\Transfer\QuoteTransfer|\Spryker\Shared\Kernel\Transfer\AbstractTransfer $quoteTransfer
23
+     * @param AbstractTransfer $quoteTransfer
24 24
      *
25 25
      * @return \Generated\Shared\Transfer\QuoteTransfer
26 26
      */
Please login to merge, or discard this patch.
SprykerTest/Zed/Payolution/Business/Api/Adapter/Http/CaptureAdapterMock.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 {
12 12
 
13 13
     /**
14
-     * @return array
14
+     * @return string
15 15
      */
16 16
     public function getSuccessResponse()
17 17
     {
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @return array
62
+     * @return string
63 63
      */
64 64
     public function getFailureResponse()
65 65
     {
Please login to merge, or discard this patch.
Zed/Payolution/Business/Api/Adapter/Http/PreAuthorizationAdapterMock.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 {
12 12
 
13 13
     /**
14
-     * @return array
14
+     * @return string
15 15
      */
16 16
     public function getSuccessResponse()
17 17
     {
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @return array
70
+     * @return string
71 71
      */
72 72
     public function getFailureResponse()
73 73
     {
Please login to merge, or discard this patch.
Zed/Payolution/Business/Api/Adapter/Http/PreCheckAdapterMock.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 {
12 12
 
13 13
     /**
14
-     * @return array
14
+     * @return string
15 15
      */
16 16
     public function getSuccessResponse()
17 17
     {
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @return array
70
+     * @return string
71 71
      */
72 72
     public function getFailureResponse()
73 73
     {
Please login to merge, or discard this patch.
Zed/Payolution/Business/Api/Adapter/Http/ReAuthorizationAdapterMock.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 {
12 12
 
13 13
     /**
14
-     * @return array
14
+     * @return string
15 15
      */
16 16
     public function getSuccessResponse()
17 17
     {
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-     * @return array
63
+     * @return string
64 64
      */
65 65
     public function getFailureResponse()
66 66
     {
Please login to merge, or discard this patch.
SprykerTest/Zed/Payolution/Business/Api/Adapter/Http/RefundAdapterMock.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 {
12 12
 
13 13
     /**
14
-     * @return array
14
+     * @return string
15 15
      */
16 16
     public function getSuccessResponse()
17 17
     {
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @return array
62
+     * @return string
63 63
      */
64 64
     public function getFailureResponse()
65 65
     {
Please login to merge, or discard this patch.
Zed/Payolution/Business/Api/Adapter/Http/ReversalAdapterMock.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 {
12 12
 
13 13
     /**
14
-     * @return array
14
+     * @return string
15 15
      */
16 16
     public function getSuccessResponse()
17 17
     {
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @return array
62
+     * @return string
63 63
      */
64 64
     public function getFailureResponse()
65 65
     {
Please login to merge, or discard this patch.
SprykerTest/Zed/Payolution/Business/Payment/MethodMapper/InvoiceTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -200,7 +200,7 @@
 block discarded – undo
200 200
     }
201 201
 
202 202
     /**
203
-     * @return \PHPUnit_Framework_MockObject_MockObject|\Spryker\Zed\Payolution\PayolutionConfig
203
+     * @return PayolutionConfig
204 204
      */
205 205
     private function getBundleConfigMock()
206 206
     {
Please login to merge, or discard this patch.