DifferInterface
Interface
Defines the contract for generating unified diffs.
Methods
diff()
: string
Generates a unified diff between current and updated content.
Methods
Generates a unified diff between current and updated content.
public
diff(
string
$currentContent,
string
$updatedContent) : string
Parameters
$currentContent
:
string
Description
the current content
$updatedContent
:
string
Description
the updated content
Return values
string
Description
the unified diff