diff options
author | Valentin Popov <info@valentineus.link> | 2020-07-18 15:08:00 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-07-18 15:08:00 +0300 |
commit | c7bd59904658c3f3a451dd12f36dcabae161c04d (patch) | |
tree | 8852ff90e46586b9d4815a4d43807dfaa73e15d9 /tests/Repositories/GenreRepositoryTest.php | |
parent | b95c97fc07bee5c4bcb5d582d8aff9991922aaa1 (diff) | |
download | php-epg-service-c7bd59904658c3f3a451dd12f36dcabae161c04d.tar.xz php-epg-service-c7bd59904658c3f3a451dd12f36dcabae161c04d.zip |
Updated PhpDoc
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'tests/Repositories/GenreRepositoryTest.php')
-rw-r--r-- | tests/Repositories/GenreRepositoryTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Repositories/GenreRepositoryTest.php b/tests/Repositories/GenreRepositoryTest.php index 1598bbd..8afe351 100644 --- a/tests/Repositories/GenreRepositoryTest.php +++ b/tests/Repositories/GenreRepositoryTest.php @@ -31,6 +31,8 @@ use Tests\Utilities\GetServiceEnvironment; final class GenreRepositoryTest extends TestCase { /** * @throws \GuzzleHttp\Exception\GuzzleException + * @throws \RuntimeException + * @throws \Exception */ public function testGetAction(): void { $env = GetServiceEnvironment::get(); |