Skip to content

Commit

Permalink
ENGCOM-4163: Add missing php doc engineresolver class #21029
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Feb 11, 2019
2 parents 7992523 + 6a7a3b7 commit a5ea9e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/code/Magento/Search/Model/EngineResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
use Psr\Log\LoggerInterface;

/**
* Search engine resolver model.
*
* @api
* @since 100.1.0
*/
Expand Down Expand Up @@ -61,6 +63,7 @@ class EngineResolver implements EngineResolverInterface
/**
* @param ScopeConfigInterface $scopeConfig
* @param array $engines
* @param LoggerInterface $logger
* @param string $path
* @param string $scopeType
* @param string $scopeCode
Expand Down

0 comments on commit a5ea9e9

Please sign in to comment.