Test Setup Failed
Pull Request — feature/ECO-948-renaming-and-r... (#7)
by Andrey
01:59
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.