mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKitCore.git
synced 2026-01-15 05:55:12 +08:00
style: 移除冗余的注释
This commit is contained in:
@@ -42,24 +42,16 @@ abstract class AbstractController
|
|||||||
use DontSerialise;
|
use DontSerialise;
|
||||||
use DontDeserialise;
|
use DontDeserialise;
|
||||||
use DontToString;
|
use DontToString;
|
||||||
/**
|
|
||||||
* @var ContainerInterface
|
|
||||||
*/
|
|
||||||
#[Inject]
|
#[Inject]
|
||||||
protected ContainerInterface $container;
|
protected ContainerInterface $container;
|
||||||
/**
|
|
||||||
* @var RequestInterface
|
|
||||||
*/
|
|
||||||
#[Inject]
|
#[Inject]
|
||||||
protected RequestInterface $request;
|
protected RequestInterface $request;
|
||||||
/**
|
|
||||||
* @var ResponseInterface
|
|
||||||
*/
|
|
||||||
#[Inject]
|
#[Inject]
|
||||||
protected ResponseInterface $response;
|
protected ResponseInterface $response;
|
||||||
/**
|
|
||||||
* @var \Hyperf\Contract\StdoutLoggerInterface
|
|
||||||
*/
|
|
||||||
#[Inject]
|
#[Inject]
|
||||||
protected StdoutLoggerInterface $stdoutLogger;
|
protected StdoutLoggerInterface $stdoutLogger;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user