Skip to content

Commit 0db2866

Browse files
authored
Adjust for PHPStan 2.1.18 (#45)
1 parent 50a02dd commit 0db2866

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/BinTestCase.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ protected function runCommand(
3131
/** @var list<resource> $pipes */
3232
$output = stream_get_contents($pipes[1]); // @phpstan-ignore offsetAccess.notFound
3333
$errorOutput = stream_get_contents($pipes[2]); // @phpstan-ignore offsetAccess.notFound
34-
self::assertNotFalse($output);
35-
self::assertNotFalse($errorOutput);
3634

3735
foreach ($pipes as $pipe) {
3836
fclose($pipe);

0 commit comments

Comments
 (0)