Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove redundant rule test for bug-13510
The NSRT test already covers the type inference regression. The separate
rule test is unnecessary.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
  • Loading branch information
phpstan-bot and claude committed May 16, 2026
commit cf1924acae9d25294c871eef47581a4e9335da50
Original file line number Diff line number Diff line change
Expand Up @@ -1071,9 +1071,4 @@ public function testBug10749(): void
$this->analyse([__DIR__ . '/data/bug-10749.php'], []);
}

public function testBug13510(): void
{
$this->analyse([__DIR__ . '/data/bug-13510.php'], []);
}

}
29 changes: 0 additions & 29 deletions tests/PHPStan/Rules/Properties/data/bug-13510.php

This file was deleted.

Loading