Skip to content

Commit

Permalink
increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlond committed Jan 11, 2019
1 parent c6f3745 commit 89f7feb
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lib/Diff.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* @author Chris Boulton <[email protected]>
* @copyright (c) 2009 Chris Boulton
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
* @version 1.2
* @version 1.3
* @link https://github.com/JBlond/php-diff
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/Diff/Renderer/Abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @author Chris Boulton <[email protected]>
* @copyright (c) 2009 Chris Boulton
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
* @version 1.2
* @version 1.3
* @link https://github.com/JBlond/php-diff
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/Diff/Renderer/Html/Array.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @author Chris Boulton <[email protected]>
* @copyright (c) 2009 Chris Boulton
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
* @version 1.2
* @version 1.3
* @link https://github.com/JBlond/php-diff
*/

Expand Down
18 changes: 9 additions & 9 deletions lib/Diff/Renderer/Html/Inline.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @author Chris Boulton <[email protected]>
* @copyright (c) 2009 Chris Boulton
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
* @version 1.2
* @version 1.3
* @link https://github.com/JBlond/php-diff
*/

Expand Down Expand Up @@ -98,11 +98,11 @@ public function render()
return $html;
}


/**
* Generates a string representation of a predefined table and its head with
* titles from options.
*
*
* @return string Html code representation of the table's header.
*/
private function generateTableHeader()
Expand All @@ -120,7 +120,7 @@ private function generateTableHeader()

/**
* Generates a string representation of empty table body.
*
*
* @return string Html code representing empty table body.
*/
private function generateSkippedTable()
Expand All @@ -132,10 +132,10 @@ private function generateSkippedTable()
$html .= '</tbody>';
return $html;
}

/**
* Generates a string representation of one or more rows of a table of lines of text with no difference.
*
*
* @param array &$change Array with data about changes.
* @return string Html code representing one or more rows of text with no difference.
*/
Expand All @@ -156,7 +156,7 @@ private function generateTableRowsEqual(&$change)

/**
* Generates a string representation of one or more rows of a table of lines, where new text was added.
*
*
* @param array &$change Array with data about changes.
* @return string Html code representing one or more rows of added text.
*/
Expand All @@ -176,7 +176,7 @@ private function generateTableRowsInsert(&$change)

/**
* Generates a string representation of one or more rows of a table of lines, where text was removed.
*
*
* @param array &$change Array with data about changes.
* @return string Html code representing one or more rows of removed text.
*/
Expand All @@ -196,7 +196,7 @@ private function generateTableRowsDelete(&$change)

/**
* Generates a string representation of one or more rows of a table of lines, where text was partially modified.
*
*
* @param array &$change Array with data about changes.
* @return string Html code representing one or more rows of modified.
*/
Expand Down
14 changes: 7 additions & 7 deletions lib/Diff/Renderer/Html/SideBySide.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @author Chris Boulton <[email protected]>
* @copyright (c) 2009 Chris Boulton
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
* @version 1.2
* @version 1.3
* @link https://github.com/JBlond/php-diff
*/

Expand Down Expand Up @@ -99,7 +99,7 @@ public function render()
/**
* Generates a string representation of a predefined table and its head with
* titles from options.
*
*
* @return string Html code representation of the table's header.
*/
private function generateTableHeader()
Expand All @@ -116,7 +116,7 @@ private function generateTableHeader()

/**
* Generates a string representation of empty table body.
*
*
* @return string Html code representing empty table body.
*/
private function generateSkippedTable()
Expand All @@ -130,7 +130,7 @@ private function generateSkippedTable()

/**
* Generates a string representation of one or more rows of a table of lines of text with no difference.
*
*
* @param array &$change Array with data about changes.
* @return string Html code representing one or more rows of text with no difference.
*/
Expand All @@ -152,7 +152,7 @@ private function generateTableRowsEqual(&$change)

/**
* Generates a string representation of one or more rows of a table of lines, where new text was added.
*
*
* @param array &$change Array with data about changes.
* @return string Html code representing one or more rows of added text.
*/
Expand All @@ -173,7 +173,7 @@ private function generateTableRowsInsert(&$change)

/**
* Generates a string representation of one or more rows of a table of lines, where text was removed.
*
*
* @param array &$change Array with data about changes.
* @return string Html code representing one or more rows of removed text.
*/
Expand All @@ -194,7 +194,7 @@ private function generateTableRowsDelete(&$change)

/**
* Generates a string representation of one or more rows of a table of lines, where text was partially modified.
*
*
* @param array &$change Array with data about changes.
* @return string Html code representing one or more rows of modified.
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Diff/Renderer/Text/Context.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @author Chris Boulton <[email protected]>
* @copyright (c) 2009 Chris Boulton
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
* @version 1.2
* @version 1.3
* @link https://github.com/JBlond/php-diff
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/Diff/Renderer/Text/Unified.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @author Chris Boulton <[email protected]>
* @copyright (c) 2009 Chris Boulton
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
* @version 1.2
* @version 1.3
* @link https://github.com/JBlond/php-diff
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/Diff/SequenceMatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* @author Chris Boulton <[email protected]>
* @copyright (c) 2009 Chris Boulton
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
* @version 1.2
* @version 1.3
* @link https://github.com/JBlond/php-diff
*/

Expand Down

0 comments on commit 89f7feb

Please sign in to comment.