Skip to content

Commit f21937d

Browse files
committed
update package names
1 parent 4428ffe commit f21937d

File tree

7 files changed

+7
-23
lines changed

7 files changed

+7
-23
lines changed

lib/jblond/Diff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4141
* POSSIBILITY OF SUCH DAMAGE.
4242
*
43-
* @package Diff
43+
* @package jblond
4444
* @author Chris Boulton <chris.boulton@interspire.com>
4545
* @copyright (c) 2009 Chris Boulton
4646
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,13 @@
3737
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3838
* POSSIBILITY OF SUCH DAMAGE.
3939
*
40-
* @package DiffLib
40+
* @package jblond\Diff\Renderer\Html
4141
* @author Chris Boulton <chris.boulton@interspire.com>
4242
* @copyright (c) 2009 Chris Boulton
4343
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
4444
* @version 1.10
4545
* @link https://github.com/JBlond/php-diff
4646
*/
47-
48-
/**
49-
* Class Diff_Renderer_Html_Array
50-
*/
5147
class HtmlArray extends RendererAbstract
5248
{
5349
/**

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,13 @@
3535
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3636
* POSSIBILITY OF SUCH DAMAGE.
3737
*
38-
* @package DiffLib
38+
* @package jblond\Diff\Renderer\Html
3939
* @author Chris Boulton <chris.boulton@interspire.com>
4040
* @copyright (c) 2009 Chris Boulton
4141
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
4242
* @version 1.10
4343
* @link https://github.com/JBlond/php-diff
4444
*/
45-
46-
/**
47-
* Class Diff_Renderer_Html_Inline
48-
*/
4945
class Inline extends HtmlArray
5046
{
5147
/**

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,13 @@
3535
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3636
* POSSIBILITY OF SUCH DAMAGE.
3737
*
38-
* @package DiffLib
38+
* @package jblond\Diff\Renderer\Html
3939
* @author Chris Boulton <chris.boulton@interspire.com>
4040
* @copyright (c) 2009 Chris Boulton
4141
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
4242
* @version 1.10
4343
* @link https://github.com/JBlond/php-diff
4444
*/
45-
46-
/**
47-
* Class Diff_Renderer_Html_SideBySide
48-
*/
4945
class SideBySide extends HtmlArray
5046
{
5147
/**

lib/jblond/Diff/Renderer/RendererAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3636
* POSSIBILITY OF SUCH DAMAGE.
3737
*
38-
* @package DiffLib
38+
* @package jblond\Diff\Renderer
3939
* @author Chris Boulton <chris.boulton@interspire.com>
4040
* @copyright (c) 2009 Chris Boulton
4141
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,13 @@
3737
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3838
* POSSIBILITY OF SUCH DAMAGE.
3939
*
40-
* @package DiffLib
40+
* @package jblond\Diff\Renderer\Text
4141
* @author Chris Boulton <chris.boulton@interspire.com>
4242
* @copyright (c) 2009 Chris Boulton
4343
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php
4444
* @version 1.10
4545
* @link https://github.com/JBlond/php-diff
4646
*/
47-
48-
/**
49-
* Class Diff_Renderer_Text_Context
50-
*/
5147
class Context extends RendererAbstract
5248
{
5349
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
3838
* POSSIBILITY OF SUCH DAMAGE.
3939
*
40-
* @package DiffLib
40+
* @package jblond\Diff\Renderer\Text
4141
* @author Chris Boulton <chris.boulton@interspire.com>
4242
* @copyright (c) 2009 Chris Boulton
4343
* @license New BSD License http://www.opensource.org/licenses/bsd-license.php

0 commit comments

Comments
 (0)