Skip to content

Commit

Permalink
Update: 修复静态分析
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX authored Mar 20, 2024
1 parent 3fd1f32 commit 67a0e53
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
class RpcAnnotationParserEvent extends CommonEvent
{
public function __construct(
string $__eventName, ?object $__target = null,
string $__eventName,
?object $__target,
public readonly \Imi\Bean\Annotation\Base $annotation,
public readonly string $className,
public readonly string $target,
Expand Down

0 comments on commit 67a0e53

Please sign in to comment.