Skip to content

Commit a327d12

Browse files
committed
cs
1 parent 4e3672e commit a327d12

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Rules/PHPUnit/TestMethodsHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use PHPStan\Type\FileTypeMapper;
1111
use PHPUnit\Framework\TestCase;
1212
use function array_key_exists;
13+
use function strpos;
1314
use function strtolower;
1415

1516
final class TestMethodsHelper

src/Type/PHPUnit/DynamicCallToAssertionIgnoreExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
use PHPStan\Analyser\Scope;
99
use PHPUnit\Framework\TestCase;
1010
use function is_string;
11+
use function strpos;
1112

1213
final class DynamicCallToAssertionIgnoreExtension implements IgnoreErrorExtension
1314
{

0 commit comments

Comments
 (0)