Skip to content

Commit 3167569

Browse files
authored
Merge pull request #34 from JBlond/development
Merge Development into Master
2 parents 2eb9fd0 + 5912a3f commit 3167569

10 files changed

+10
-10
lines changed

lib/Autoloader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @author Mario Brandt <[email protected]>
1414
* @copyright (c) 2015 Mario Brandt
1515
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
16-
* @version 1.16
16+
* @version 1.17
1717
* @link https://github.com/JBlond/php-diff
1818
*/
1919
class Autoloader

lib/jblond/Diff.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* @author Ferry Cools <[email protected]>
2727
* @copyright (c) 2009 Chris Boulton
2828
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
29-
* @version 1.16
29+
* @version 1.17
3030
* @link https://github.com/JBlond/php-diff
3131
*/
3232
class Diff

lib/jblond/Diff/Renderer/Html/HtmlArray.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author Ferry Cools <[email protected]>
1717
* @copyright (c) 2009 Chris Boulton
1818
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
19-
* @version 1.16
19+
* @version 1.17
2020
* @link https://github.com/JBlond/php-diff
2121
*/
2222
class HtmlArray extends RendererAbstract

lib/jblond/Diff/Renderer/Html/Inline.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @author Ferry Cools <[email protected]>
1515
* @copyright (c) 2009 Chris Boulton
1616
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
17-
* @version 1.16
17+
* @version 1.17
1818
* @link https://github.com/JBlond/php-diff
1919
*/
2020
class Inline extends HtmlArray

lib/jblond/Diff/Renderer/Html/SideBySide.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* @author Ferry Cools <[email protected]>
1515
* @copyright (c) 2009 Chris Boulton
1616
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
17-
* @version 1.16
17+
* @version 1.17
1818
* @link https://github.com/JBlond/php-diff
1919
*/
2020
class SideBySide extends HtmlArray

lib/jblond/Diff/Renderer/Html/Unified.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @author Ferry Cools <[email protected]>
1414
* @copyright (c) 2009 Chris Boulton
1515
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
16-
* @version 1.16
16+
* @version 1.17
1717
* @link https://github.com/JBlond/php-diff
1818
*/
1919
class Unified extends HtmlArray

lib/jblond/Diff/Renderer/RendererAbstract.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author Ferry Cools <[email protected]>
1717
* @copyright (c) 2009 Chris Boulton
1818
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
19-
* @version 1.16
19+
* @version 1.17
2020
* @link https://github.com/JBlond/php-diff
2121
*/
2222
abstract class RendererAbstract

lib/jblond/Diff/Renderer/Text/Context.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author Ferry Cools <[email protected]>
1717
* @copyright (c) 2009 Chris Boulton
1818
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
19-
* @version 1.16
19+
* @version 1.17
2020
* @link https://github.com/JBlond/php-diff
2121
*/
2222
class Context extends RendererAbstract

lib/jblond/Diff/Renderer/Text/Unified.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @author Chris Boulton <[email protected]>
1616
* @copyright (c) 2009 Chris Boulton
1717
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
18-
* @version 1.16
18+
* @version 1.17
1919
* @link https://github.com/JBlond/php-diff
2020
*/
2121

lib/jblond/Diff/SequenceMatcher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @author Ferry Cools <[email protected]>
1717
* @copyright (c) 2009 Chris Boulton
1818
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
19-
* @version 1.16
19+
* @version 1.17
2020
* @link https://github.com/JBlond/php-diff
2121
*/
2222
class SequenceMatcher

0 commit comments

Comments
 (0)