Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien FOUCRET committed Jun 3, 2016
1 parent 1ed3528 commit abeefc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
namespace Smile\ElasticSuiteCore\Search\Adapter\ElasticSuite\Response;

use Magento\Framework\Search\EntityMetadata;
use Magento\Framework\Api\Search\Document;
use Smile\ElasticSuiteCore\Search\Adapter\ElasticSuite\Response\Document;
use Magento\Framework\ObjectManagerInterface;

/**
Expand Down
3 changes: 0 additions & 3 deletions src/module-elasticsuite-core/etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@
</arguments>
</type>

<preference for="Smile\ElasticSuiteCore\Api\Search\SpellcheckerInterface"
type="Smile\ElasticSuiteCore\Search\Adapter\ElasticSuite\Spellchecker" />

<virtualType name="Magento\Framework\Search\EsHitMetadata" type="Magento\Framework\Search\EntityMetadata">
<arguments>
<argument name="entityId" xsi:type="string">_id</argument>
Expand Down
9 changes: 4 additions & 5 deletions src/module-elasticsuite-tracker/Block/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@ class Config extends \Magento\Framework\View\Element\Template
/**
* PHP Constructor
*
* @param \Magento\Framework\View\Element\Template\Context $context App context
* @param \Magento\Framework\App\Config\ScopeConfigInterface $scopeConfig The Magento configuration
* @param \Magento\Framework\Json\Helper\Data $jsonHelper The Magento's JSON Helper
* @param \Smile\ElasticSuiteTracker\Helper\Data $trackerHelper The Smile Tracker helper
* @param array $data additional datas
* @param \Magento\Framework\View\Element\Template\Context $context App context
* @param \Magento\Framework\Json\Helper\Data $jsonHelper The Magento's JSON Helper
* @param \Smile\ElasticSuiteTracker\Helper\Data $trackerHelper The Smile Tracker helper
* @param array $data additional datas
*/
public function __construct(
\Magento\Framework\View\Element\Template\Context $context,
Expand Down

0 comments on commit abeefc4

Please sign in to comment.