mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixing some documentation in Component
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5495 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
b948a9c17e
commit
efd66066f6
1 changed files with 2 additions and 1 deletions
|
@ -24,6 +24,7 @@
|
|||
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
|
||||
*/
|
||||
/**
|
||||
* Base class for all CakePHP Components.
|
||||
*
|
||||
* @package cake
|
||||
* @subpackage cake.cake.libs.controller
|
||||
|
@ -47,7 +48,7 @@ class Component extends Object {
|
|||
/**
|
||||
* Constructor
|
||||
*
|
||||
* @return Component
|
||||
* @return object
|
||||
*/
|
||||
function __construct() {
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue