Skip to content

Commit

Permalink
removed duplicated documentation header in JSON.php
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed May 2, 2012
1 parent 050f8f4 commit e0f1fe0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions inc/JSON.php
Expand Up @@ -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>
Expand Down Expand Up @@ -97,19 +95,6 @@

/**
* 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 {

Expand Down

0 comments on commit e0f1fe0

Please sign in to comment.