Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 3, 2012
1 parent 0027000 commit 06c3f01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Controller/Component/Acl/AclInterface.php
Expand Up @@ -8,7 +8,7 @@
*
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package Cake.Controller.Component
* @package Cake.Controller.Component.Acl
* @since CakePHP(tm) v 0.10.0.1076
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand All @@ -17,7 +17,7 @@
* Access Control List interface.
* Implementing classes are used by AclComponent to perform ACL checks in Cake.
*
* @package Cake.Controller.Component
* @package Cake.Controller.Component.Acl
*/
interface AclInterface {

Expand Down
4 changes: 2 additions & 2 deletions lib/Cake/Controller/Component/Acl/DbAcl.php
Expand Up @@ -8,7 +8,7 @@
*
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package Cake.Controller.Component
* @package Cake.Controller.Component.Acl
* @since CakePHP(tm) v 0.10.0.1076
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand All @@ -32,7 +32,7 @@
* edit
* }}}
*
* @package Cake.Controller.Component
* @package Cake.Controller.Component.Acl
*/
class DbAcl extends Object implements AclInterface {

Expand Down
4 changes: 2 additions & 2 deletions lib/Cake/Controller/Component/Acl/IniAcl.php
Expand Up @@ -8,7 +8,7 @@
*
* @copyright Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package Cake.Controller.Component
* @package Cake.Controller.Component.Acl
* @since CakePHP(tm) v 0.10.0.1076
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
Expand All @@ -18,7 +18,7 @@
* IniAcl implements an access control system using an INI file. An example
* of the ini file used can be found in /config/acl.ini.php.
*
* @package Cake.Controller.Component
* @package Cake.Controller.Component.Acl
*/
class IniAcl extends Object implements AclInterface {

Expand Down

0 comments on commit 06c3f01

Please sign in to comment.