Skip to content

Commit 419846b

Browse files
committed
Fixes
1 parent 0b729f8 commit 419846b

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/static-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
composer remove --dev magento/magento-coding-standard
3232
test -z "$COMPOSER_DEV_REQUIREMENTS" || composer require --dev $COMPOSER_DEV_REQUIREMENTS
3333
composer require --dev --prefer-source -- phpstan/phpstan:^2.0 bitexpert/phpstan-magento:^0.42 phpstan/extension-installer
34-
composer require --prefer-source -- ${COMPOSER_NAME}:@dev yireo/magento2-integration-test-helper
34+
composer require --prefer-source -- ${COMPOSER_NAME}:@dev
3535
3636
- name: Run Magento 2 PHPStan Tests
3737
run: |

Filter/FilterScopeFactory.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ public function __construct(
1111
){
1212
}
1313

14+
/**
15+
* @phpstan-return FilterScope
16+
*/
1417
public function create(): FilterScope
1518
{
1619
/** @var FilterScope $filterScope */

0 commit comments

Comments
 (0)