File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 27
27
* @author Ferry Cools <info@DigiLive.nl>
28
28
* @copyright (c) 2020 Mario Brandt
29
29
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
30
- * @version 2.1.0
30
+ * @version 2.1.1
31
31
* @link https://github.com/JBlond/php-diff
32
32
*/
33
33
class Diff
Original file line number Diff line number Diff line change 10
10
* @package jblond\Diff
11
11
* @author Mario Brandt <leet31337@web.de>
12
12
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
13
- * @version 2.1.0
13
+ * @version 2.1.1
14
14
* @link https://github.com/JBlond/php-diff
15
15
*/
16
16
class DiffUtils
Original file line number Diff line number Diff line change 17
17
* @author Ferry Cools <info@DigiLive.nl>
18
18
* @copyright (c) 2020 Mario Brandt
19
19
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
20
- * @version 2.1.0
20
+ * @version 2.1.1
21
21
* @link https://github.com/JBlond/php-diff
22
22
*/
23
23
class HtmlArray extends RendererAbstract
Original file line number Diff line number Diff line change 15
15
* @author Ferry Cools <info@DigiLive.nl>
16
16
* @copyright (c) 2020 Mario Brandt
17
17
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
18
- * @version 2.1.0
18
+ * @version 2.1.1
19
19
* @link https://github.com/JBlond/php-diff
20
20
*/
21
21
class Inline extends HtmlArray
Original file line number Diff line number Diff line change 15
15
* @author Ferry Cools <info@DigiLive.nl>
16
16
* @copyright (c) 2009 Chris Boulton
17
17
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
18
- * @version 2.1.0
18
+ * @version 2.1.1
19
19
* @link https://github.com/JBlond/php-diff
20
20
*/
21
21
class SideBySide extends HtmlArray
Original file line number Diff line number Diff line change 14
14
* @author Ferry Cools <info@DigiLive.nl>
15
15
* @copyright (c) 2020 Mario Brandt
16
16
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
17
- * @version 2.1.0
17
+ * @version 2.1.1
18
18
* @link https://github.com/JBlond/php-diff
19
19
*/
20
20
class Unified extends HtmlArray
Original file line number Diff line number Diff line change 17
17
* @author Ferry Cools <info@DigiLive.nl>
18
18
* @copyright (c) 2020 Mario Brandt
19
19
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
20
- * @version 2.1.0
20
+ * @version 2.1.1
21
21
* @link https://github.com/JBlond/php-diff
22
22
*/
23
23
abstract class RendererAbstract
Original file line number Diff line number Diff line change 17
17
* @author Ferry Cools <info@DigiLive.nl>
18
18
* @copyright (c) 2009 Chris Boulton
19
19
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
20
- * @version 2.1.0
20
+ * @version 2.1.1
21
21
* @link https://github.com/JBlond/php-diff
22
22
*/
23
23
class Context extends RendererAbstract
Original file line number Diff line number Diff line change 16
16
* @author Mario Brandt <leet31337@web.de>
17
17
* @copyright (c) 2020 Mario Brandt
18
18
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
19
- * @version 2.1.0
19
+ * @version 2.1.1
20
20
* @link https://github.com/JBlond/php-diff
21
21
*/
22
22
Original file line number Diff line number Diff line change 14
14
* @package jblond\Diff\Renderer\Text
15
15
* @author Mario Brandt <leet31337@web.de>
16
16
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
17
- * @version 2.1.0
17
+ * @version 2.1.1
18
18
* @link https://github.com/JBlond/php-diff
19
19
*/
20
20
Original file line number Diff line number Diff line change 17
17
* @author Ferry Cools <info@DigiLive.nl>
18
18
* @copyright (c) 2020 Mario Brandt
19
19
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
20
- * @version 2.1.0
20
+ * @version 2.1.1
21
21
* @link https://github.com/JBlond/php-diff
22
22
*/
23
23
class SequenceMatcher
You can’t perform that action at this time.
0 commit comments