File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
app/code/Magento/Rule/Model/ResourceModel/Rule/Collection Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
/**
10
10
* Abstract Rule entity resource collection model
11
11
*
12
+ * phpcs:disable Magento2.Classes.AbstractApi
12
13
* @api
13
14
* @since 100.0.2
14
15
*/
@@ -137,11 +138,11 @@ public function addIsActiveFilter($isActive = 1)
137
138
}
138
139
139
140
/**
140
- * Retrieve correspondent entity information (associations table name, columns names)
141
- * of rule's associated entity by specified entity type
141
+ * Retrieve correspondent entity information of rule's associated entity by specified entity type
142
142
*
143
- * @param string $entityType
143
+ * (associations table name, columns names)
144
144
*
145
+ * @param string $entityType
145
146
* @throws \Magento\Framework\Exception\LocalizedException
146
147
* @return array
147
148
*/
You can’t perform that action at this time.
0 commit comments