update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
3
vendor/nette/utils/src/SmartObject.php
vendored
3
vendor/nette/utils/src/SmartObject.php
vendored
@@ -22,6 +22,7 @@
|
||||
trait SmartObject
|
||||
{
|
||||
/**
|
||||
* @param mixed[] $args
|
||||
* @return mixed
|
||||
* @throws MemberAccessException
|
||||
*/
|
||||
@@ -47,6 +48,8 @@ public function __call(string $name, array $args)
|
||||
|
||||
|
||||
/**
|
||||
* @param mixed[] $args
|
||||
* @return never
|
||||
* @throws MemberAccessException
|
||||
*/
|
||||
public static function __callStatic(string $name, array $args)
|
||||
|
||||
Reference in New Issue
Block a user