eee
This commit is contained in:
+5
-5
@@ -71,11 +71,11 @@ class Notify extends SmallProgram
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param string $name
|
||||
* @param $value
|
||||
* @return void
|
||||
*/
|
||||
/**
|
||||
* @param string $name
|
||||
* @param mixed $value
|
||||
* @return void
|
||||
*/
|
||||
public function __set(string $name, mixed $value): void
|
||||
{
|
||||
if (property_exists($this, $name)) {
|
||||
|
||||
Reference in New Issue
Block a user