Completed
Push — master ( c4e592...97f1a6 )
by AJ
03:39 queued 35s
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.