Added rest of tests to phpstan check

This commit is contained in:
Alejandro Celaya
2022-10-24 20:25:06 +02:00
parent f459a99e7e
commit 01e0a95e14
4 changed files with 5 additions and 5 deletions

View File

@@ -363,7 +363,7 @@ class CreateShortUrlTest extends ApiTestCase
}
/**
* @return array{int $statusCode, array $payload}
* @return array{int, array}
*/
private function createShortUrl(array $body = [], string $apiKey = 'valid_api_key', string $version = '2'): array
{