Skip to content

Commit 2bb943c

Browse files
SpacePossumsebastianbergmann
authored andcommitted
clean PHPDocs
1 parent 8763f16 commit 2bb943c

10 files changed

+2
-45
lines changed

src/Output/StrictUnifiedDiffOutputBuilder.php

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@
1515
/**
1616
* Strict Unified diff output builder.
1717
*
18-
* @name Unified diff output builder
19-
*
20-
* @description Generates (strict) Unified diff's (unidiffs) with hunks.
21-
*
22-
* @author SpacePossum
23-
*
24-
* @api
18+
* Generates (strict) Unified diff's (unidiffs) with hunks.
2519
*/
2620
final class StrictUnifiedDiffOutputBuilder implements DiffOutputBuilderInterface
2721
{

tests/Exception/ConfigurationExceptionTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@
1313
use PHPUnit\Framework\TestCase;
1414

1515
/**
16-
* @author SpacePossum
17-
*
1816
* @covers SebastianBergmann\Diff\ConfigurationException
19-
*
20-
* @internal
2117
*/
2218
final class ConfigurationExceptionTest extends TestCase
2319
{

tests/Output/AbstractChunkOutputBuilderTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515

1616
/**
1717
* @covers SebastianBergmann\Diff\Output\AbstractChunkOutputBuilder
18-
*
19-
* @uses SebastianBergmann\Diff\Differ
20-
* @uses SebastianBergmann\Diff\Output\UnifiedDiffOutputBuilder
21-
* @uses SebastianBergmann\Diff\TimeEfficientLongestCommonSubsequenceCalculator
2218
*/
2319
final class AbstractChunkOutputBuilderTest extends TestCase
2420
{

tests/Output/Integration/StrictUnifiedDiffOutputBuilderIntegrationTest.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@
1616
use Symfony\Component\Process\Process;
1717

1818
/**
19-
* @author SpacePossum
19+
* @covers SebastianBergmann\Diff\Output\StrictUnifiedDiffOutputBuilder
2020
*
2121
* @requires OS Linux
22-
*
23-
* @coversNothing
24-
*
25-
* @internal
2622
*/
2723
final class StrictUnifiedDiffOutputBuilderIntegrationTest extends TestCase
2824
{

tests/Output/StrictUnifiedDiffOutputBuilderDataProvider.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111
namespace SebastianBergmann\Diff\Output;
1212

1313
/**
14-
* @author SpacePossum
15-
*
1614
* @coversNothing
17-
*
18-
* @internal
1915
*/
2016
final class StrictUnifiedDiffOutputBuilderDataProvider
2117
{

tests/Output/StrictUnifiedDiffOutputBuilderTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@
1616
use SebastianBergmann\Diff\Utils\UnifiedDiffAssertTrait;
1717

1818
/**
19-
* @author SpacePossum
20-
*
2119
* @covers SebastianBergmann\Diff\Output\StrictUnifiedDiffOutputBuilder
2220
*
2321
* @uses SebastianBergmann\Diff\Differ
24-
*
25-
* @internal
2622
*/
2723
final class StrictUnifiedDiffOutputBuilderTest extends TestCase
2824
{

tests/Output/UnifiedDiffOutputBuilderDataProvider.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@
1111
namespace SebastianBergmann\Diff\Output;
1212

1313
/**
14-
* @author SpacePossum
15-
*
1614
* @coversNothing
17-
*
18-
* @internal
1915
*/
2016
final class UnifiedDiffOutputBuilderDataProvider
2117
{

tests/Utils/UnifiedDiffAssertTrait.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010

1111
namespace SebastianBergmann\Diff\Utils;
1212

13-
/**
14-
* @author SpacePossum
15-
*
16-
* @internal
17-
*/
1813
trait UnifiedDiffAssertTrait
1914
{
2015
/**

tests/Utils/UnifiedDiffAssertTraitIntegrationTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@
1414
use Symfony\Component\Process\Process;
1515

1616
/**
17-
* @author SpacePossum
18-
*
1917
* @requires OS Linux
2018
*
2119
* @coversNothing
22-
*
23-
* @internal
2420
*/
2521
final class UnifiedDiffAssertTraitIntegrationTest extends TestCase
2622
{

tests/Utils/UnifiedDiffAssertTraitTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@
1313
use PHPUnit\Framework\TestCase;
1414

1515
/**
16-
* @author SpacePossum
17-
*
1816
* @covers SebastianBergmann\Diff\Utils\UnifiedDiffAssertTrait
19-
*
20-
* @internal
2117
*/
2218
final class UnifiedDiffAssertTraitTest extends TestCase
2319
{

0 commit comments

Comments
 (0)