Skip to content

Commit

Permalink
Merge pull request #42 from AmpersandHQ/fix/static-analysis
Browse files Browse the repository at this point in the history
Fix static analysis
  • Loading branch information
convenient authored Jan 7, 2021
2 parents 142a6b4 + 30d47b2 commit 1c07f47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install:
- cd vendor/ampersand/travis-vanilla-magento/instances/disablestockres
- export COMPOSER_MEMORY_LIMIT=-1
- composer config repo.disablestockres git "../../../../../"
- composer require -vvv ampersand/magento2-disable-stock-reservation "dev-$TRAVIS_BRANCH" || composer require -vvv ampersand/magento2-disable-stock-reservation $TRAVIS_BRANCH
- composer require -vvv ampersand/magento2-disable-stock-reservation:"dev-$TRAVIS_BRANCH" || composer require -vvv ampersand/magento2-disable-stock-reservation $TRAVIS_BRANCH
- php bin/magento setup:upgrade
# compile magento
- php bin/magento setup:di:compile
Expand Down
1 change: 0 additions & 1 deletion src/Model/GetSourceSelectionResultFromOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ class GetSourceSelectionResultFromOrder
*/
private $isSourceItemManagementAllowedForProductType;


/**
* @param IsSourceItemManagementAllowedForProductTypeInterface $isSourceItemManagementAllowedForProductType
* @param GetSkuFromOrderItemInterface $getSkuFromOrderItem
Expand Down

0 comments on commit 1c07f47

Please sign in to comment.