mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixed some typos in the comments in this file. This helps with type
hinting in IDEs that support that.
This commit is contained in:
parent
5e680cb292
commit
73d44c5f6b
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ class Dispatcher implements CakeEventListener {
|
|||
/**
|
||||
* Event manager, used to handle dispatcher filters
|
||||
*
|
||||
* @var CakeEventMaanger
|
||||
* @var CakeEventManager
|
||||
*/
|
||||
protected $_eventManager;
|
||||
|
||||
|
@ -62,7 +62,7 @@ class Dispatcher implements CakeEventListener {
|
|||
* Returns the CakeEventManager instance or creates one if none was
|
||||
* creted. Attaches the default listeners and filters
|
||||
*
|
||||
* @return CakeEventmanger
|
||||
* @return CakeEventManager
|
||||
*/
|
||||
public function getEventManager() {
|
||||
if (!$this->_eventManager) {
|
||||
|
|
Loading…
Reference in a new issue