Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Fix headers to have description.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Sep 23, 2010
1 parent 86d7819 commit 113bddf
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions models/behaviors/bitly_api.php
Expand Up @@ -11,20 +11,19 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

/**
* Short description for class.
*
* @package bitly
* @subpackage bitly.models.behaviors
*/

/**
* Bit.ly Api access based off of the Twitter Api behavior
*
* @see http://code.google.com/p/bitly-api/wiki/ApiDocumentation
*/
App::import('Core', array('HttpSocket', 'Xml'));

/**
* Bit.ly API Behavior
*
* @package bitly
* @subpackage bitly.models.behaviors
*/
class BitlyApiBehavior extends ModelBehavior {

/**
Expand Down

0 comments on commit 113bddf

Please sign in to comment.