mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 23:22:48 +08:00
调整注释中返回值为void
This commit is contained in:
@@ -69,7 +69,7 @@ class Descriptor
|
|||||||
* 描述参数
|
* 描述参数
|
||||||
* @param InputArgument $argument
|
* @param InputArgument $argument
|
||||||
* @param array $options
|
* @param array $options
|
||||||
* @return string|mixed
|
* @return void
|
||||||
*/
|
*/
|
||||||
protected function describeInputArgument(InputArgument $argument, array $options = [])
|
protected function describeInputArgument(InputArgument $argument, array $options = [])
|
||||||
{
|
{
|
||||||
@@ -93,7 +93,7 @@ class Descriptor
|
|||||||
* 描述选项
|
* 描述选项
|
||||||
* @param InputOption $option
|
* @param InputOption $option
|
||||||
* @param array $options
|
* @param array $options
|
||||||
* @return string|mixed
|
* @return void
|
||||||
*/
|
*/
|
||||||
protected function describeInputOption(InputOption $option, array $options = [])
|
protected function describeInputOption(InputOption $option, array $options = [])
|
||||||
{
|
{
|
||||||
@@ -128,7 +128,7 @@ class Descriptor
|
|||||||
* 描述输入
|
* 描述输入
|
||||||
* @param InputDefinition $definition
|
* @param InputDefinition $definition
|
||||||
* @param array $options
|
* @param array $options
|
||||||
* @return string|mixed
|
* @return void
|
||||||
*/
|
*/
|
||||||
protected function describeInputDefinition(InputDefinition $definition, array $options = [])
|
protected function describeInputDefinition(InputDefinition $definition, array $options = [])
|
||||||
{
|
{
|
||||||
@@ -173,7 +173,7 @@ class Descriptor
|
|||||||
* 描述指令
|
* 描述指令
|
||||||
* @param Command $command
|
* @param Command $command
|
||||||
* @param array $options
|
* @param array $options
|
||||||
* @return string|mixed
|
* @return void
|
||||||
*/
|
*/
|
||||||
protected function describeCommand(Command $command, array $options = [])
|
protected function describeCommand(Command $command, array $options = [])
|
||||||
{
|
{
|
||||||
@@ -208,7 +208,7 @@ class Descriptor
|
|||||||
* 描述控制台
|
* 描述控制台
|
||||||
* @param Console $console
|
* @param Console $console
|
||||||
* @param array $options
|
* @param array $options
|
||||||
* @return string|mixed
|
* @return void
|
||||||
*/
|
*/
|
||||||
protected function describeConsole(Console $console, array $options = [])
|
protected function describeConsole(Console $console, array $options = [])
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user