update v1.0.4
This commit is contained in:
10
vendor/sebastian/diff/src/Line.php
vendored
10
vendor/sebastian/diff/src/Line.php
vendored
@@ -11,17 +11,11 @@
|
||||
namespace SebastianBergmann\Diff;
|
||||
|
||||
/**
|
||||
* @package Diff
|
||||
* @author Sebastian Bergmann <sebastian@phpunit.de>
|
||||
* @author Kore Nordmann <mail@kore-nordmann.de>
|
||||
* @copyright Sebastian Bergmann <sebastian@phpunit.de>
|
||||
* @license http://www.opensource.org/licenses/BSD-3-Clause The BSD 3-Clause License
|
||||
* @link http://www.github.com/sebastianbergmann/diff
|
||||
*/
|
||||
class Line
|
||||
{
|
||||
const ADDED = 1;
|
||||
const REMOVED = 2;
|
||||
const ADDED = 1;
|
||||
const REMOVED = 2;
|
||||
const UNCHANGED = 3;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user