Skip to content

Commit 7418b52

Browse files
committed
Remove return type
1 parent 77e3982 commit 7418b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Composer/Test/Repository/FilesystemRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public function testRepositoryWritesInstalledPhp()
200200
$this->assertSame(file_get_contents(__DIR__.'/Fixtures/installed.php'), file_get_contents($dir.'/installed.php'));
201201
}
202202

203-
public function testSafelyLoadInstalledVersions(): void
203+
public function testSafelyLoadInstalledVersions()
204204
{
205205
$result = FilesystemRepository::safelyLoadInstalledVersions(__DIR__.'/Fixtures/installed_complex.php');
206206
self::assertTrue($result, 'The file should be considered valid');

0 commit comments

Comments
 (0)