mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixed doc typo in lib/Cake/View/View.php
This commit is contained in:
parent
388b20dd9d
commit
2c0cd1f2dd
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ class View extends Object {
|
|||
|
||||
/**
|
||||
* Fetch the content for a block. If a block is
|
||||
* empty or undefined '' will be returnned.
|
||||
* empty or undefined '' will be returned.
|
||||
*
|
||||
* @param string $name Name of the block
|
||||
* @return The block content or '' if the block does not exist.
|
||||
|
|
Loading…
Add table
Reference in a new issue