Skip to content

Commit

Permalink
AssertIsTypeTest: remove redundant inline comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Jan 4, 2025
1 parent d38ac4d commit 6f005a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Polyfills/AssertIsTypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public function testAssertIsObject() {
* @return void
*/
public function testAssertIsResource() {
// TODO: needs checking if this is still a resource in PHP 8!
$resource = \opendir( __DIR__ );
$this->assertIsResource( $resource );
\closedir( $resource );
Expand Down

0 comments on commit 6f005a5

Please sign in to comment.