Skip to content

Commit 6f76ac6

Browse files
committed
remove duplicate phpdoc
1 parent 995d04e commit 6f76ac6

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

test/Unit/System/Link/DirectoryLinkTest.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ protected function createElement(string $path): DirectoryLink
2424
/**
2525
* @throws GetTargetException
2626
* @throws IOException
27-
* @throws IOException
2827
*/
2928
public function testGetTarget(): void
3029
{
@@ -40,7 +39,6 @@ public function testGetTarget(): void
4039
* @return void
4140
* @throws GetTargetException
4241
* @throws IOException
43-
* @throws IOException
4442
*/
4543
public function testGetTargetTwiceReturnsSameObject(): void
4644
{
@@ -108,7 +106,6 @@ public function testGetFinalTargetPath(): void
108106
/**
109107
* @throws GetTargetException
110108
* @throws IOException
111-
* @throws IOException
112109
*/
113110
public function testGetTargetOnLinkChainGetsLink(): void
114111
{
@@ -125,7 +122,6 @@ public function testGetTargetOnLinkChainGetsLink(): void
125122
/**
126123
* @throws GetTargetException
127124
* @throws IOException
128-
* @throws IOException
129125
*/
130126
public function testGetFinalTarget(): void
131127
{
@@ -198,7 +194,6 @@ public function testThrowsExceptionOnInvalidSetTarget(): void
198194
* @throws SetTargetException
199195
* @throws DeleteException
200196
* @throws IOException
201-
* @throws IOException
202197
*/
203198
public function testCreate(): void
204199
{
@@ -212,10 +207,6 @@ public function testCreate(): void
212207
/**
213208
* @throws GetTargetException
214209
* @throws IOException
215-
* @throws IOException
216-
* @throws IOException
217-
* @throws IOException
218-
* @throws IOException
219210
*/
220211
public function testGetChildren(): void
221212
{
@@ -245,11 +236,6 @@ public function testGetChildren(): void
245236
/**
246237
* @throws GetTargetException
247238
* @throws IOException
248-
* @throws IOException
249-
* @throws IOException
250-
* @throws IOException
251-
* @throws IOException
252-
* @throws IOException
253239
*/
254240
public function testGetChildrenRecursive(): void
255241
{

0 commit comments

Comments
 (0)