File tree Expand file tree Collapse file tree 17 files changed +17
-17
lines changed Expand file tree Collapse file tree 17 files changed +17
-17
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.1
30
+ * @version 2.2.0
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.1
13
+ * @version 2.2.0
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 18
18
* @author Ferry Cools <info@DigiLive.nl>
19
19
* @copyright (c) 2009 Chris Boulton
20
20
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
21
- * @version 2.0 .0
21
+ * @version 2.2 .0
22
22
* @link https://github.com/JBlond/php-diff
23
23
*/
24
24
class Inline extends MainRenderer implements SubRendererInterface
Original file line number Diff line number Diff line change 18
18
* @author Ferry Cools <info@DigiLive.nl>
19
19
* @copyright (c) 2009 Chris Boulton
20
20
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
21
- * @version 2.0 .0
21
+ * @version 2.2 .0
22
22
* @link https://github.com/JBlond/php-diff
23
23
*/
24
24
class SideBySide extends MainRenderer implements SubRendererInterface
Original file line number Diff line number Diff line change 18
18
* @author Ferry Cools <info@DigiLive.nl>
19
19
* @copyright (c) 2009 Chris Boulton
20
20
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
21
- * @version 2.0 .0
21
+ * @version 2.2 .0
22
22
* @link https://github.com/JBlond/php-diff
23
23
*/
24
24
class Unified extends MainRenderer implements SubRendererInterface
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.0 .0
18
+ * @version 2.2 .0
19
19
* @link https://github.com/JBlond/php-diff
20
20
*/
21
21
class MainRenderer extends MainRendererAbstract
Original file line number Diff line number Diff line change 16
16
* @author Ferry Cools <info@DigiLive.nl>
17
17
* @copyright (c) 2009 Chris Boulton
18
18
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
19
- * @version 2.0 .0
19
+ * @version 2.2 .0
20
20
* @link https://github.com/JBlond/php-diff
21
21
*/
22
22
abstract class MainRendererAbstract
Original file line number Diff line number Diff line change 13
13
* @author Ferry Cools <info@DigiLive.nl>
14
14
* @copyright (c) 2020 Ferry Cools
15
15
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
16
- * @version 2.0 .0
16
+ * @version 2.2 .0
17
17
* @link https://github.com/JBlond/php-diff
18
18
*/
19
19
interface SubRendererInterface
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.1
20
+ * @version 2.2.0
21
21
* @link https://github.com/JBlond/php-diff
22
22
*/
23
23
class Context extends MainRendererAbstract
Original file line number Diff line number Diff line change 17
17
* @author Ferry Cools <info@DigiLive.nl>
18
18
* @copyright (c) 2020 Ferry Cools
19
19
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
20
- * @version 2.0 .0
20
+ * @version 2.2 .0
21
21
* @link https://github.com/JBlond/php-diff
22
22
*/
23
23
class InlineCli extends MainRenderer implements SubRendererInterface
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.1
19
+ * @version 2.2.0
20
20
* @link https://github.com/JBlond/php-diff
21
21
*/
22
22
Original file line number Diff line number Diff line change 15
15
* @author Mario Brandt <leet31337@web.de>
16
16
* @copyright (c) 2020 Mario Brandt
17
17
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
18
- * @version 2.0 .0
18
+ * @version 2.2 .0
19
19
* @link https://github.com/JBlond/php-diff
20
20
*/
21
21
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.1
20
+ * @version 2.2.0
21
21
* @link https://github.com/JBlond/php-diff
22
22
*/
23
23
class SequenceMatcher
Original file line number Diff line number Diff line change 20
20
* @author Ferry Cools <info@DigiLive.nl>
21
21
* @copyright (c) 2020 Mario Brandt
22
22
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
23
- * @version 2.0 .0
23
+ * @version 2.2 .0
24
24
* @link https://github.com/JBlond/php-diff
25
25
*/
26
26
class HtmlRenderersTest extends TestCase
Original file line number Diff line number Diff line change 19
19
* @author Ferry Cools <info@DigiLive.nl>
20
20
* @copyright (c) 2009 Mario Brandt
21
21
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
22
- * @version 2.0 .0
22
+ * @version 2.2 .0
23
23
* @link https://github.com/JBlond/php-diff
24
24
*/
25
25
Original file line number Diff line number Diff line change 19
19
* @author Ferry Cools <info@DigiLive.nl>
20
20
* @copyright (c) 2019 Mario Brandt
21
21
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
22
- * @version 2.0 .0
22
+ * @version 2.2 .0
23
23
* @link https://github.com/JBlond/php-diff
24
24
*/
25
25
class TextRendererTest extends TestCase
Original file line number Diff line number Diff line change 15
15
* @author Ferry Cools <info@DigiLive.nl>
16
16
* @copyright (c) 2009 Mario Brandt
17
17
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
18
- * @version 2.0 .0
18
+ * @version 2.2 .0
19
19
* @link https://github.com/JBlond/php-diff
20
20
*/
21
21
You can’t perform that action at this time.
0 commit comments