File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
CatalogSearch/Model/ResourceModel/Advanced
Ui/view/base/web/js/lib/core Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 21
21
*
22
22
* This collection should be refactored to not have dependencies on MySQL-specific implementation.
23
23
*
24
+ * @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
24
25
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
25
26
* @api
26
27
* @since 100.0.2
@@ -296,7 +297,7 @@ private function getSearchCriteriaBuilder()
296
297
}
297
298
298
299
/**
299
- * Get fielter builder.
300
+ * Get filter builder.
300
301
*
301
302
* @return FilterBuilder
302
303
*/
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ define([
310
310
* @private
311
311
*
312
312
* @param {Array } args - An array of arguments to pass to the next delegation call.
313
- * @returns {Array } An array of delegation resutls .
313
+ * @returns {Array } An array of delegation results .
314
314
*/
315
315
_delegate : function ( args ) {
316
316
var result ;
You can’t perform that action at this time.
0 commit comments