populate remaining missing return types, using native returns where possible

this is done separately to stable so that stable changes can be integrated easily using an empty merge.
This commit is contained in:
Dylan K. Taylor
2020-01-19 10:26:35 +00:00
parent 3cf0b50b4a
commit 3ee6887792
17 changed files with 97 additions and 85 deletions

View File

@ -319,7 +319,7 @@ class Config{
* @param string $k
* @param mixed $v
*/
public function __set($k, $v){
public function __set($k, $v) : void{
$this->set($k, $v);
}