Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos. #955

Merged
merged 1 commit into from
Jun 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* versions in the future.
*
* @category Smile
* @package Smile\ElasticSuiteCatalog
* @package Smile\ElasticsuiteCatalog
* @author Romain Ruaud <romain.ruaud@smile.fr>
* @copyright 2016 Smile
* @license Open Software License ("OSL") v. 3.0
Expand All @@ -22,7 +22,7 @@
* Catalog category autocomplete data provider.
*
* @category Smile
* @package Smile\ElasticSuiteCatalog
* @package Smile\ElasticsuiteCatalog
* @author Romain Ruaud <romain.ruaud@smile.fr>
*/
class DataProvider implements DataProviderInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* versions in the future.
*
* @category Smile
* @package Smile\ElasticSuiteCatalog
* @package Smile\ElasticsuiteCatalog
* @author Romain Ruaud <romain.ruaud@smile.fr>
* @copyright 2016 Smile
* @license Open Software License ("OSL") v. 3.0
Expand All @@ -26,7 +26,7 @@
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*
* @category Smile
* @package Smile\ElasticSuiteCatalog
* @package Smile\ElasticsuiteCatalog
* @author Romain Ruaud <romain.ruaud@smile.fr>
*/
class Collection extends \Magento\Catalog\Model\ResourceModel\Category\Collection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* versions in the future.
*
* @category Smile
* @package Smile\ElasticSuiteCatalog
* @package Smile\ElasticsuiteCatalog
* @author Romain Ruaud <romain.ruaud@smile.fr>
* @copyright 2016 Smile
* @license Open Software License ("OSL") v. 3.0
Expand All @@ -20,7 +20,7 @@
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
*
* @category Smile
* @package Smile\ElasticSuiteCatalog
* @package Smile\ElasticsuiteCatalog
* @author Romain Ruaud <romain.ruaud@smile.fr>
*/
class Collection extends FulltextCollection
Expand Down
2 changes: 1 addition & 1 deletion src/module-elasticsuite-core/Model/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @license Open Software License ("OSL") v. 3.0
*/

namespace Smile\ElasticSuiteCore\Model;
namespace Smile\ElasticsuiteCore\Model;

/**
* SearchInterface implementation using elasticsuite.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Relevance configuration implementation.
*
* @category Smile
* @package Smile\ElasticSuiteCore
* @package Smile\ElasticsuiteCore
* @author Romain Ruaud <romain.ruaud@smile.fr>
*/
class Config implements ScopeConfigInterface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*/
namespace Smile\ElasticsuiteCore\Test\Unit\Model;

use Smile\ElasticSuiteCore\Model\Search;
use Smile\ElasticsuiteCore\Model\Search;

/**
* Search API unit testing.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* versions in the future.
*
* @category Smile
* @package Smile\ElasticSuiteSwatches
* @package Smile\ElasticsuiteSwatches
* @author Romain Ruaud <romain.ruaud@smile.fr>
* @copyright 2017 Smile
* @license Open Software License ("OSL") v. 3.0
Expand Down
4 changes: 2 additions & 2 deletions src/module-elasticsuite-thesaurus/Setup/InstallData.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* versions in the future.
*
* @category Smile
* @package Smile\ElasticSuiteThesaurus
* @package Smile\ElasticsuiteThesaurus
* @author Romain Ruaud <romain.ruaud@smile.fr>
* @copyright 2016 Smile
* @license Open Software License ("OSL") v. 3.0
Expand All @@ -21,7 +21,7 @@
* Thesaurus Data Installer
*
* @category Smile
* @package Smile\ElasticSuiteThesaurus
* @package Smile\ElasticsuiteThesaurus
* @author Romain Ruaud <romain.ruaud@smile.fr>
*/
class InstallData implements InstallDataInterface
Expand Down