Skip to content

Commit 513fd1c

Browse files
committed
update some for app
Signed-off-by: inhere <in.798@qq.com>
1 parent a268196 commit 513fd1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AbstractApplication.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ public function getInternalCommands(): array
590590
}
591591

592592
/**
593-
* @param $name
593+
* @param string $name
594594
*
595595
* @return bool
596596
*/
@@ -645,7 +645,7 @@ public function getConfig(): array
645645
* Get config param value
646646
*
647647
* @param string $name
648-
* @param null|string $default
648+
* @param null|string|mixed $default
649649
*
650650
* @return array|string
651651
*/

0 commit comments

Comments
 (0)