Skip to content

Commit

Permalink
修复循序引用导致request对象不释放
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed Oct 11, 2023
1 parent ebb66bd commit 9e5a530
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Validator/AbstractInterface/AbstractValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ function execute(Param $param,ServerRequestInterface $request):bool
} finally {
//清除循环引用
$this->request = null;
$this->currentParam = null;
}

}
Expand Down

0 comments on commit 9e5a530

Please sign in to comment.