Skip to content

Commit

Permalink
remove duplicate phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
matthi4s committed Nov 15, 2024
1 parent 995d04e commit 6f76ac6
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions test/Unit/System/Link/DirectoryLinkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ protected function createElement(string $path): DirectoryLink
/**
* @throws GetTargetException
* @throws IOException
* @throws IOException
*/
public function testGetTarget(): void
{
Expand All @@ -40,7 +39,6 @@ public function testGetTarget(): void
* @return void
* @throws GetTargetException
* @throws IOException
* @throws IOException
*/
public function testGetTargetTwiceReturnsSameObject(): void
{
Expand Down Expand Up @@ -108,7 +106,6 @@ public function testGetFinalTargetPath(): void
/**
* @throws GetTargetException
* @throws IOException
* @throws IOException
*/
public function testGetTargetOnLinkChainGetsLink(): void
{
Expand All @@ -125,7 +122,6 @@ public function testGetTargetOnLinkChainGetsLink(): void
/**
* @throws GetTargetException
* @throws IOException
* @throws IOException
*/
public function testGetFinalTarget(): void
{
Expand Down Expand Up @@ -198,7 +194,6 @@ public function testThrowsExceptionOnInvalidSetTarget(): void
* @throws SetTargetException
* @throws DeleteException
* @throws IOException
* @throws IOException
*/
public function testCreate(): void
{
Expand All @@ -212,10 +207,6 @@ public function testCreate(): void
/**
* @throws GetTargetException
* @throws IOException
* @throws IOException
* @throws IOException
* @throws IOException
* @throws IOException
*/
public function testGetChildren(): void
{
Expand Down Expand Up @@ -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
{
Expand Down

0 comments on commit 6f76ac6

Please sign in to comment.