mirror of
https://github.com/pelican-dev/panel.git
synced 2026-07-16 05:53:54 +03:00
Use Laravel’s same return types
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user