Completed
Push — master ( e901cb...6ce8e1 )
by AJ
09:30
created
src/Model/Table/ShopsTable.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -268,10 +268,10 @@
 block discarded – undo
268 268
     } 
269 269
     
270 270
     /**
271
-    * @param Query $query
272
-    * @param array $options
273
-    * @return Query
274
-    */
271
+     * @param Query $query
272
+     * @param array $options
273
+     * @return Query
274
+     */
275 275
     public function findByShopDomain(Query $query, array $options)
276 276
     {
277 277
         $shopDomain = $options['domain'];
Please login to merge, or discard this patch.
src/Controller/Component/ShopifyDatabaseComponent.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
 
128 128
         $query = $this->shops->find('shopDomain', ['domain' => $domain]);
129 129
         
130
-		$shopEntity = $query->first();
130
+        $shopEntity = $query->first();
131 131
             
132 132
         /*if ($shopEntity->isEmpty()) {
133 133
             return false;    
Please login to merge, or discard this patch.