Skip to content

Commit

Permalink
fix test for solved issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rajyan committed Apr 18, 2022
1 parent 1db43fc commit 7ed6854
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/PHPStan/Rules/Properties/AccessPropertiesRuleTest.php
Expand Up @@ -570,10 +570,6 @@ public function testBug6899(): void
'Cannot access property $prop on string.',
15,
],
[
'Cannot access property $prop on object|string.', // open issue https://github.com/phpstan/phpstan/issues/3659, https://github.com/phpstan/phpstan/issues/6026
25,
],
]);
}

Expand Down

0 comments on commit 7ed6854

Please sign in to comment.