mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-29 04:50:51 +02:00
dumdidum... sorry. ;)
git-svn-id: file:///svn/phpbb/trunk@8147 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
/**
|
||||
*
|
||||
* @package diff
|
||||
* @version $Id$
|
||||
* @copyright (c) 2006 phpBB Group
|
||||
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
||||
* @copyright (c) 2006 phpBB Group
|
||||
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ignore
|
||||
*/
|
||||
if (!defined('IN_PHPBB'))
|
||||
{
|
||||
@@ -66,7 +67,7 @@ class diff
|
||||
* </code>
|
||||
*
|
||||
* @return diff A Diff object representing the inverse of the original diff.
|
||||
* Note that we purposely don't return a reference here, since
|
||||
* Note that we purposely don't return a reference here, since
|
||||
* this essentially is a clone() method.
|
||||
*/
|
||||
function reverse()
|
||||
|
Reference in New Issue
Block a user