Completed
Pull Request — master (#3)
by Fabian
08:44
created
src/Model/ResourceModel/Tag.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
 
24 24
         $subSetSelect = $connection->select()->from(
25 25
             $this->getTable(self::TABLE_NAME),
26
-            ['entity_id','tag']
26
+            ['entity_id', 'tag']
27 27
         )->order(
28 28
             'entity_id ASC'
29 29
         )->limit(
Please login to merge, or discard this patch.