forked from chrisboulton/php-diff
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
* @package jblond\Diff\Renderer | ||
* @author Mario Brandt <[email protected]> | ||
* @author Ferry Cools <[email protected]> | ||
* @copyright (c) 2009 Chris Boulton | ||
* @copyright (c) 2020 Ferry Cools | ||
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php | ||
* @version 2.3.0 | ||
* @link https://github.com/JBlond/php-diff | ||
|
@@ -33,10 +33,6 @@ abstract class MainRendererAbstract | |
* Mark line differences. | ||
*/ | ||
public const CHANGE_LEVEL_LINE = 2; | ||
/** | ||
* Mark no inline differences. | ||
*/ | ||
public const CHANGE_LEVEL_NONE = 4; | ||
/** | ||
* @var Diff $diff Instance of the diff class that this renderer is generating the rendered diff for. | ||
*/ | ||
|