DemacMedia/Magento-Multi-Location-Inventory

View on GitHub
app/code/community/Demac/MultiLocationInventory/Model/Resource/CatalogSearch/Fulltext.php

Summary

Maintainability
A
1 hr
Test Coverage

Method _getSearchableProducts has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    protected function _getSearchableProducts($storeId, array $staticFields, $productIds = null, $lastProductId = 0,
                                              $limit = 100)
    {
        $websiteId    = Mage::app()->getStore($storeId)->getWebsiteId();
        $writeAdapter = $this->_getWriteAdapter();

Method _getSearchableProducts has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    protected function _getSearchableProducts($storeId, array $staticFields, $productIds = null, $lastProductId = 0,
                                              $limit = 100)

There are no issues that match your filters.

Category
Status