diff --git a/models/behaviors/bitly_api.php b/models/behaviors/bitly_api.php index 1651cca..2ec6d2f 100644 --- a/models/behaviors/bitly_api.php +++ b/models/behaviors/bitly_api.php @@ -11,13 +11,6 @@ * @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 * @@ -25,6 +18,12 @@ */ App::import('Core', array('HttpSocket', 'Xml')); +/** + * Bit.ly API Behavior + * + * @package bitly + * @subpackage bitly.models.behaviors + */ class BitlyApiBehavior extends ModelBehavior { /**