Skip to content

Commit

Permalink
Fix GitHub actions, DEV-367
Browse files Browse the repository at this point in the history
  • Loading branch information
iranimij committed Feb 5, 2024
1 parent d7d6fad commit 2cae55c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- uses: actions/checkout@v4
- uses: extdn/github-actions-m2/magento-phpstan@master
with:
composer_name: customgento/module-mass-update-tier-prices-m2
composer_name: customgento/module-youtube-no-cookie-m2
3 changes: 3 additions & 0 deletions Plugin/Catalog/Product/ChangeVideoUrlPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ public function __construct(VideoUrlConverter $videoLinkConverter)
$this->videoUrlConverter = $videoLinkConverter;
}

/**
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function afterGetMediaGalleryImages(Product $product, Collection $collection): Collection
{
$collection->walk(function (DataObject $object) {
Expand Down

0 comments on commit 2cae55c

Please sign in to comment.