This commit is contained in:
2023-12-12 15:35:37 +08:00
parent 6438d8affb
commit d16adba08e
32 changed files with 285 additions and 311 deletions
+5 -5
View File
@@ -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)) {