Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored and jordisala1991 committed Oct 18, 2021
1 parent 6ed3701 commit 820299b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"matthiasnoback/symfony-config-test": "^4.2",
"matthiasnoback/symfony-dependency-injection-test": "^4.0",
"nelmio/api-doc-bundle": "^2.13",
"phpunit/phpunit": "^9.5",
"symfony/phpunit-bridge": "^5.3"
},
"suggest": {
Expand Down
2 changes: 0 additions & 2 deletions src/ProductBundle/Model/BaseProductProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -364,8 +364,6 @@ public function getVariation(ProductInterface $product, array $choices = [])
}

/**
* @param $name
*
* @return bool return true if the field $name is a variation
*/
public function isVariateBy($name)
Expand Down

0 comments on commit 820299b

Please sign in to comment.