Skip to content

Commit

Permalink
Merge branch '1.3' into 1.4
Browse files Browse the repository at this point in the history
* 1.3:
  syntax error
  • Loading branch information
pamil committed Jan 30, 2019
2 parents e80bd54 + 0b5370d commit d9549e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/plugin-development-guide/implementation.rst
Expand Up @@ -94,7 +94,7 @@ PHPSpec, PHPUnit, or any other unit testing tool):
use Sylius\Component\Core\Model\ProductVariantInterface as BaseProductVariantInterface;
interface ProductVariant extends BaseProductVariantInterface
interface ProductVariantInterface extends BaseProductVariantInterface
{
public function setAvailableOnDemand(bool $availableOnDemand): void;
Expand Down

0 comments on commit d9549e1

Please sign in to comment.