Completed
Push — checkout-optimisation ( 40d0de )
by Kamil
21:30
created
tests/Controller/ChannelApiTest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -105,12 +105,12 @@
 block discarded – undo
105 105
     }
106 106
 
107 107
     /**
108
-    * @param ChannelInterface $channel
108
+     * @param ChannelInterface $channel
109 109
      *
110 110
      * @return string
111 111
      */
112 112
     private function getChannelUrl(ChannelInterface $channel)
113 113
     {
114
-         return '/api/v1/channels/' . $channel->getCode();
114
+            return '/api/v1/channels/' . $channel->getCode();
115 115
     }
116 116
 }
Please login to merge, or discard this patch.
tests/Controller/TaxCategoryApiTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@
 block discarded – undo
182 182
     {
183 183
         $this->loadFixturesFromFile('authentication/api_administrator.yml');
184 184
         $taxCategories = $this->loadFixturesFromFile('resources/tax_categories.yml');
185
-        $taxCategory  = $taxCategories['tax_category_1'];
185
+        $taxCategory = $taxCategories['tax_category_1'];
186 186
 
187 187
         $this->client->request('GET', $this->getTaxCategoryUrl($taxCategory), [], [], [
188 188
             'HTTP_Authorization' => 'Bearer SampleTokenNjZkNjY2MDEwMTAzMDkxMGE0OTlhYzU3NzYyMTE0ZGQ3ODcyMDAwM2EwMDZjNDI5NDlhMDdlMQ',
Please login to merge, or discard this patch.