Skip to content

Commit

Permalink
Fixing some @Package declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Sep 30, 2011
1 parent 5a181d8 commit 7055939
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 14 deletions.
2 changes: 0 additions & 2 deletions lib/Cake/Model/Aco.php
Expand Up @@ -12,7 +12,6 @@
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package Cake.Model
* @subpackage cake.cake.libs.model
* @since CakePHP(tm) v 0.2.9
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand All @@ -26,7 +25,6 @@
* Access Control Object
*
* @package Cake.Model
* @subpackage cake.cake.libs.model
*/
class Aco extends AclNode {

Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Model/AcoAction.php
Expand Up @@ -12,7 +12,6 @@
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package Cake.Model
* @subpackage cake.cake.libs.model
* @since CakePHP(tm) v 0.2.9
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand All @@ -26,7 +25,6 @@
* Action for Access Control Object
*
* @package Cake.Model
* @subpackage cake.cake.libs.model
*/
class AcoAction extends AppModel {

Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/Model/AppModel.php
Expand Up @@ -16,7 +16,6 @@
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package Cake.Model
* @subpackage cake.cake.libs.model
* @since CakePHP(tm) v 0.2.9
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand All @@ -31,7 +30,6 @@
* Add your application-wide methods to the class, your models will inherit them.
*
* @package Cake.Model
* @subpackage cake.cake.libs.model
*/
class AppModel extends Model {
}
2 changes: 0 additions & 2 deletions lib/Cake/Model/Permission.php
Expand Up @@ -12,7 +12,6 @@
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package Cake.Model
* @subpackage cake.cake.libs.model
* @since CakePHP(tm) v 0.2.9
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand All @@ -26,7 +25,6 @@
* Permissions linking AROs with ACOs
*
* @package Cake.Model
* @subpackage cake.cake.libs.model
*/
class Permission extends AppModel {

Expand Down
1 change: 1 addition & 0 deletions lib/Cake/TestSuite/CakeTestLoader.php
Expand Up @@ -16,6 +16,7 @@
* @link http://cakephp.org CakePHP(tm) Project
* @since CakePHP(tm) v 2.0
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
* @package Cake.TestSuite
*/
class CakeTestLoader extends PHPUnit_Runner_StandardTestSuiteLoader {

Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/TestSuite/Reporter/CakeBaseReporter.php
Expand Up @@ -12,7 +12,6 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package Cake.TestSuite.Reporter
* @since CakePHP(tm) v 1.3
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand All @@ -24,7 +23,6 @@
* CakeBaseReporter contains common reporting features used in the CakePHP Test suite
*
* @package Cake.TestSuite.Reporter
* @package Cake.TestSuite.Reporter
*/
class CakeBaseReporter extends PHPUnit_TextUI_ResultPrinter {

Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/TestSuite/Reporter/CakeHtmlReporter.php
Expand Up @@ -12,7 +12,6 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package Cake.TestSuite.Reporter
* @since CakePHP(tm) v 1.2.0.4433
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand All @@ -25,7 +24,6 @@
* in an HTML format / context.
*
* @package Cake.TestSuite.Reporter
* @package Cake.TestSuite.Reporter
*/
class CakeHtmlReporter extends CakeBaseReporter {

Expand Down
2 changes: 0 additions & 2 deletions lib/Cake/TestSuite/Reporter/CakeTextReporter.php
Expand Up @@ -12,7 +12,6 @@
*
* @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package Cake.TestSuite.Reporter
* @since CakePHP(tm) v 1.3
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand All @@ -26,7 +25,6 @@
* CakeTextReporter contains reporting features used for plain text based output
*
* @package Cake.TestSuite.Reporter
* @package Cake.TestSuite.Reporter
*/
class CakeTextReporter extends CakeBaseReporter {

Expand Down

0 comments on commit 7055939

Please sign in to comment.