mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
doublespace to single space
This commit is contained in:
parent
c989624f80
commit
e7f380d2b7
21 changed files with 28 additions and 28 deletions
|
@ -778,7 +778,7 @@ class CakeResponse {
|
|||
* This method controls the `public` or `private` directive in the Cache-Control
|
||||
* header
|
||||
*
|
||||
* @param boolean $public if set to true, the Cache-Control header will be set as public
|
||||
* @param boolean $public If set to true, the Cache-Control header will be set as public
|
||||
* if set to false, the response will be set to private
|
||||
* if no value is provided, it will return whether the response is sharable or not
|
||||
* @param integer $time time in seconds after which the response should no longer be considered fresh
|
||||
|
|
|
@ -583,7 +583,7 @@ class View extends Object {
|
|||
*
|
||||
* @param string $var The view var you want the contents of.
|
||||
* @return mixed The content of the named var if its set, otherwise null.
|
||||
* @deprecated Will be removed in 3.0 Use View::get() instead.
|
||||
* @deprecated Will be removed in 3.0. Use View::get() instead.
|
||||
*/
|
||||
public function getVar($var) {
|
||||
return $this->get($var);
|
||||
|
|
Loading…
Reference in a new issue