MergerInterface
interface MergerInterface (View source)
Merger interface.
Methods
string|null
start(string $line, string $next)
Get a merged line from the current line and the next line.
Details
string|null
start(string $line, string $next)
Get a merged line from the current line and the next line.