Lggr
Protected Member Functions | List of all members
SebastianBergmann\Diff\Output\AbstractChunkOutputBuilder Class Reference
Inheritance diagram for SebastianBergmann\Diff\Output\AbstractChunkOutputBuilder:
Inheritance graph
[legend]
Collaboration diagram for SebastianBergmann\Diff\Output\AbstractChunkOutputBuilder:
Collaboration graph
[legend]

Protected Member Functions

 getCommonChunks (array $diff, int $lineThreshold=5)
 

Additional Inherited Members

- Public Member Functions inherited from SebastianBergmann\Diff\Output\DiffOutputBuilderInterface
 getDiff (array $diff)
 

Member Function Documentation

◆ getCommonChunks()

SebastianBergmann\Diff\Output\AbstractChunkOutputBuilder::getCommonChunks ( array  $diff,
int  $lineThreshold = 5 
)
protected

Takes input of the diff array and returns the common parts. Iterates through diff line by line.

Parameters
array$diff
int$lineThreshold
Returns
array

The documentation for this class was generated from the following file: