Completed
Push — master ( 341936...178071 )
by Florian
03:31
created
Model/Api/Payolution/PrivacyDeclaration.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
      * Get fallback template
170 170
      *
171 171
      * @param  string $sCompany
172
-     * @return mixed
172
+     * @return string
173 173
      */
174 174
     protected function getFallbackText($sCompany)
175 175
     {
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -26,8 +26,6 @@
 block discarded – undo
26 26
 
27 27
 namespace Payone\Core\Model\Api\Payolution;
28 28
 
29
-use Locale;
30
-
31 29
 /**
32 30
  * Class for requesting the privacy declaration from payolution
33 31
  */
Please login to merge, or discard this patch.
Model/Methods/Payolution/PayolutionBase.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -170,7 +170,6 @@
 block discarded – undo
170 170
      * Method to trigger the Payone genericpayment request pre-check
171 171
      *
172 172
      * @param  float       $dAmount
173
-     * @param  string|bool $sBirthday
174 173
      * @return array
175 174
      * @throws LocalizedException
176 175
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 
29 29
 use Payone\Core\Model\PayoneConfig;
30 30
 use Magento\Sales\Model\Order;
31
-use Magento\Payment\Model\InfoInterface;
32 31
 use Magento\Framework\Exception\LocalizedException;
33 32
 use Payone\Core\Model\Methods\PayoneMethod;
34 33
 use Magento\Framework\DataObject;
Please login to merge, or discard this patch.
Test/Unit/Helper/RequestTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@
 block discarded – undo
36 36
 use Payone\Core\Helper\Environment;
37 37
 use Payone\Core\Helper\Shop;
38 38
 use Payone\Core\Model\PayoneConfig;
39
-use Locale;
40 39
 
41 40
 class RequestTest extends \PHPUnit_Framework_TestCase
42 41
 {
Please login to merge, or discard this patch.