Skip to content

Commit 48ffc23

Browse files
Add missing annotations
1 parent 720fcc7 commit 48ffc23

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

tests/ChunkTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
/**
1616
* @covers SebastianBergmann\Diff\Chunk
17+
*
18+
* @uses SebastianBergmann\Diff\Line
1719
*/
1820
final class ChunkTest extends TestCase
1921
{

tests/Output/Integration/StrictUnifiedDiffOutputBuilderIntegrationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
*
2222
* @uses SebastianBergmann\Diff\Differ
2323
* @uses SebastianBergmann\Diff\TimeEfficientLongestCommonSubsequenceCalculator
24+
* @uses SebastianBergmann\Diff\MemoryEfficientLongestCommonSubsequenceCalculator
2425
*
2526
* @requires OS Linux
2627
*/

tests/Output/StrictUnifiedDiffOutputBuilderTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
* @covers SebastianBergmann\Diff\Output\StrictUnifiedDiffOutputBuilder
2020
*
2121
* @uses SebastianBergmann\Diff\Differ
22+
* @uses SebastianBergmann\Diff\TimeEfficientLongestCommonSubsequenceCalculator
23+
* @uses SebastianBergmann\Diff\ConfigurationException
2224
*/
2325
final class StrictUnifiedDiffOutputBuilderTest extends TestCase
2426
{

0 commit comments

Comments
 (0)