Use Laravel’s same return types

This commit is contained in:
Lance Pioch
2024-03-19 21:12:27 -04:00
parent f5269e7e5c
commit 29b3debee2
266 changed files with 641 additions and 637 deletions

View File

@@ -13,7 +13,7 @@ class BackupAuthorizationTest extends ClientApiIntegrationTestCase
/**
* @dataProvider methodDataProvider
*/
public function testAccessToAServersBackupIsRestrictedProperly(string $method, string $endpoint)
public function testAccessToAServersBackupIsRestrictedProperly(string $method, string $endpoint): void
{
// The API $user is the owner of $server1.
[$user, $server1] = $this->generateTestAccount();