diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-05-02 23:35:14 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-05-02 23:35:14 +0200 |
commit | e0f1fe02c25f445ed53c695a4f61bd6ba9910fde (patch) | |
tree | ca0a1ce85b399cd8649b62dffbe5c5e05e42dd74 | |
parent | 050f8f4ddc32167e205a190eec9a60ad8f3caed5 (diff) | |
download | rpg-e0f1fe02c25f445ed53c695a4f61bd6ba9910fde.tar.gz rpg-e0f1fe02c25f445ed53c695a4f61bd6ba9910fde.tar.bz2 |
removed duplicated documentation header in JSON.php
-rw-r--r-- | inc/JSON.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/inc/JSON.php b/inc/JSON.php index 2dea44003..b31340f44 100644 --- a/inc/JSON.php +++ b/inc/JSON.php @@ -47,8 +47,6 @@ * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH * DAMAGE. * - * @category - * @package * @author Michal Migurski <mike-json@teczno.com> * @author Matt Knapp <mdknapp[at]gmail[dot]com> * @author Brett Stimmerman <brettstimmerman[at]gmail[dot]com> @@ -97,19 +95,6 @@ define('JSON_STRICT_TYPE', 11); /** * Converts to and from JSON format. - * - * @category - * @package - * @author Michal Migurski <mike-json@teczno.com> - * @author Matt Knapp <mdknapp[at]gmail[dot]com> - * @author Brett Stimmerman <brettstimmerman[at]gmail[dot]com> - * @copyright 2005 Michal Migurski - * @license http://www.php.net/license/3_0.txt PHP License 3.0 - * @version - * @link - * @see - * @since - * @deprecated */ class JSON { |