Completed
Push — feature/ECO-increase-memory-si... ( 616c0d...8606ad )
by Andrey
20:11 queued 15:45
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.