mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Merge pull request #322 from niclasleonbock/master
Update DocBlock/function header for __set and __isset
This commit is contained in:
commit
ad3e742bb5
@ -112,7 +112,8 @@ class CodeBase extends Extendable implements ArrayAccess
|
||||
|
||||
/**
|
||||
* As per __get, this will set a variable instead.
|
||||
* @param string $key
|
||||
* @param string $name
|
||||
* @param mixed $value
|
||||
* @return void
|
||||
*/
|
||||
public function __set($name, $value)
|
||||
@ -122,7 +123,7 @@ class CodeBase extends Extendable implements ArrayAccess
|
||||
|
||||
/**
|
||||
* As per __get, this will check if a variable isset instead.
|
||||
* @param string $key
|
||||
* @param string $name
|
||||
* @return void
|
||||
*/
|
||||
public function __isset($name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user