Passed
Push — feature/eco-2635-amazon-psd2-a... ( aaf2cd...eea59e )
by Volodymyr
05:57
created
src/SprykerEco/Zed/AmazonPay/Business/AmazonPayBusinessFactory.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -116,9 +116,9 @@
 block discarded – undo
116 116
         return $this->getProvidedDependency(AmazonPayDependencyProvider::SERVICE_UTIL_ENCODING);
117 117
     }
118 118
 
119
-   /**
120
-    * @return \SprykerEco\Zed\AmazonPay\Business\Api\Adapter\AdapterFactoryInterface
121
-    */
119
+    /**
120
+     * @return \SprykerEco\Zed\AmazonPay\Business\Api\Adapter\AdapterFactoryInterface
121
+     */
122 122
     public function createAdapterFactory()
123 123
     {
124 124
         return new AdapterFactory(
Please login to merge, or discard this patch.