From 6f76ac612f4663a541a785e909059a347a67be63 Mon Sep 17 00:00:00 2001 From: Matthias Neid Date: Fri, 15 Nov 2024 18:35:08 +0100 Subject: [PATCH] remove duplicate phpdoc --- test/Unit/System/Link/DirectoryLinkTest.php | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/test/Unit/System/Link/DirectoryLinkTest.php b/test/Unit/System/Link/DirectoryLinkTest.php index 1cb339f..161520a 100644 --- a/test/Unit/System/Link/DirectoryLinkTest.php +++ b/test/Unit/System/Link/DirectoryLinkTest.php @@ -24,7 +24,6 @@ protected function createElement(string $path): DirectoryLink /** * @throws GetTargetException * @throws IOException - * @throws IOException */ public function testGetTarget(): void { @@ -40,7 +39,6 @@ public function testGetTarget(): void * @return void * @throws GetTargetException * @throws IOException - * @throws IOException */ public function testGetTargetTwiceReturnsSameObject(): void { @@ -108,7 +106,6 @@ public function testGetFinalTargetPath(): void /** * @throws GetTargetException * @throws IOException - * @throws IOException */ public function testGetTargetOnLinkChainGetsLink(): void { @@ -125,7 +122,6 @@ public function testGetTargetOnLinkChainGetsLink(): void /** * @throws GetTargetException * @throws IOException - * @throws IOException */ public function testGetFinalTarget(): void { @@ -198,7 +194,6 @@ public function testThrowsExceptionOnInvalidSetTarget(): void * @throws SetTargetException * @throws DeleteException * @throws IOException - * @throws IOException */ public function testCreate(): void { @@ -212,10 +207,6 @@ public function testCreate(): void /** * @throws GetTargetException * @throws IOException - * @throws IOException - * @throws IOException - * @throws IOException - * @throws IOException */ public function testGetChildren(): void { @@ -245,11 +236,6 @@ public function testGetChildren(): void /** * @throws GetTargetException * @throws IOException - * @throws IOException - * @throws IOException - * @throws IOException - * @throws IOException - * @throws IOException */ public function testGetChildrenRecursive(): void {