@@ -24,7 +24,6 @@ protected function createElement(string $path): DirectoryLink
24
24
/**
25
25
* @throws GetTargetException
26
26
* @throws IOException
27
- * @throws IOException
28
27
*/
29
28
public function testGetTarget (): void
30
29
{
@@ -40,7 +39,6 @@ public function testGetTarget(): void
40
39
* @return void
41
40
* @throws GetTargetException
42
41
* @throws IOException
43
- * @throws IOException
44
42
*/
45
43
public function testGetTargetTwiceReturnsSameObject (): void
46
44
{
@@ -108,7 +106,6 @@ public function testGetFinalTargetPath(): void
108
106
/**
109
107
* @throws GetTargetException
110
108
* @throws IOException
111
- * @throws IOException
112
109
*/
113
110
public function testGetTargetOnLinkChainGetsLink (): void
114
111
{
@@ -125,7 +122,6 @@ public function testGetTargetOnLinkChainGetsLink(): void
125
122
/**
126
123
* @throws GetTargetException
127
124
* @throws IOException
128
- * @throws IOException
129
125
*/
130
126
public function testGetFinalTarget (): void
131
127
{
@@ -198,7 +194,6 @@ public function testThrowsExceptionOnInvalidSetTarget(): void
198
194
* @throws SetTargetException
199
195
* @throws DeleteException
200
196
* @throws IOException
201
- * @throws IOException
202
197
*/
203
198
public function testCreate (): void
204
199
{
@@ -212,10 +207,6 @@ public function testCreate(): void
212
207
/**
213
208
* @throws GetTargetException
214
209
* @throws IOException
215
- * @throws IOException
216
- * @throws IOException
217
- * @throws IOException
218
- * @throws IOException
219
210
*/
220
211
public function testGetChildren (): void
221
212
{
@@ -245,11 +236,6 @@ public function testGetChildren(): void
245
236
/**
246
237
* @throws GetTargetException
247
238
* @throws IOException
248
- * @throws IOException
249
- * @throws IOException
250
- * @throws IOException
251
- * @throws IOException
252
- * @throws IOException
253
239
*/
254
240
public function testGetChildrenRecursive (): void
255
241
{
0 commit comments