summaryrefslogtreecommitdiff
path: root/inc/JSON.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-05-02 23:35:14 +0200
committerAndreas Gohr <andi@splitbrain.org>2012-05-02 23:35:14 +0200
commite0f1fe02c25f445ed53c695a4f61bd6ba9910fde (patch)
treeca0a1ce85b399cd8649b62dffbe5c5e05e42dd74 /inc/JSON.php
parent050f8f4ddc32167e205a190eec9a60ad8f3caed5 (diff)
downloadrpg-e0f1fe02c25f445ed53c695a4f61bd6ba9910fde.tar.gz
rpg-e0f1fe02c25f445ed53c695a4f61bd6ba9910fde.tar.bz2
removed duplicated documentation header in JSON.php
Diffstat (limited to 'inc/JSON.php')
-rw-r--r--inc/JSON.php15
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 {