This commit is contained in:
2020-12-16 10:40:15 +08:00
parent 9a4daaba16
commit f5af725a9c
+1 -1
View File
@@ -14,7 +14,7 @@ namespace Annotation\Route;
/** /**
* Interceptor constructor. * Interceptor constructor.
* @param string|array $after * @param \HttpServer\IInterface\After|\HttpServer\IInterface\After[] $after
*/ */
public function __construct(public string|array $after) public function __construct(public string|array $after)
{ {