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

[API] Search products by name within specific taxon #12287

Merged
merged 1 commit into from Jan 29, 2021

Conversation

pamil
Copy link
Contributor

@pamil pamil commented Jan 28, 2021

No description provided.

@pamil pamil requested a review from a team as a code owner January 28, 2021 16:11
@probot-autolabeler probot-autolabeler bot added the API APIs related issues and PRs. label Jan 28, 2021
@@ -60,6 +60,9 @@ public function addParameter(string $key, $value): void;
/** @param string|int $value */
public function addFilter(string $key, $value): void;

/** @param string|int $value */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/** @param string|int $value */

@@ -211,6 +211,12 @@ public function addFilter(string $key, $value): void
$this->addParameter($key, $value);
}

/** @param string|int $value */
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/** @param string|int $value */

/**
* @When I search for products with name :name
*/
public function iSearchForProductsWithName(string $name)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing return type

@GSadee GSadee merged commit 4b34834 into Sylius:master Jan 29, 2021
@GSadee
Copy link
Member

GSadee commented Jan 29, 2021

Thank you, Kamil! 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API APIs related issues and PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants