1
0
Fork 0

Remove return type

pull/11920/head
Jordi Boggiano 2024-02-08 14:45:54 +01:00
parent 77e3982918
commit 7418b5212a
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ class FilesystemRepositoryTest extends TestCase
$this->assertSame(file_get_contents(__DIR__.'/Fixtures/installed.php'), file_get_contents($dir.'/installed.php'));
}
public function testSafelyLoadInstalledVersions(): void
public function testSafelyLoadInstalledVersions()
{
$result = FilesystemRepository::safelyLoadInstalledVersions(__DIR__.'/Fixtures/installed_complex.php');
self::assertTrue($result, 'The file should be considered valid');