Passed
Push — feature/ECO-807-travis-ci ( 0ab8f0...9ee74d )
by Andrey
06:54 queued 02:43
created
src/SprykerEco/Zed/Amazonpay/Business/AmazonpayBusinessFactory.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -110,9 +110,9 @@
 block discarded – undo
110 110
         return $this->getProvidedDependency(AmazonpayDependencyProvider::SERVICE_UTIL_ENCODING);
111 111
     }
112 112
 
113
-   /**
114
-    * @return \SprykerEco\Zed\Amazonpay\Business\Api\Adapter\AdapterFactoryInterface
115
-    */
113
+    /**
114
+     * @return \SprykerEco\Zed\Amazonpay\Business\Api\Adapter\AdapterFactoryInterface
115
+     */
116 116
     public function createAdapterFactory()
117 117
     {
118 118
         return new AdapterFactory(
Please login to merge, or discard this patch.