改名
This commit is contained in:
@@ -160,7 +160,7 @@ class Node extends HttpService
|
|||||||
* @param IAspect|null $reflect
|
* @param IAspect|null $reflect
|
||||||
* @return Closure
|
* @return Closure
|
||||||
*/
|
*/
|
||||||
private function aopHandler(?IAspect $reflect): Closure
|
#[Pure] private function aopHandler(?IAspect $reflect): Closure
|
||||||
{
|
{
|
||||||
if (is_null($reflect)) {
|
if (is_null($reflect)) {
|
||||||
return $this->normalHandler($this->handler);
|
return $this->normalHandler($this->handler);
|
||||||
@@ -175,7 +175,7 @@ class Node extends HttpService
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @throws ReflectionException
|
* @throws ReflectionException|NotFindClassException
|
||||||
*/
|
*/
|
||||||
private function getAop(): ?IAspect
|
private function getAop(): ?IAspect
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user