We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a268196 commit 513fd1cCopy full SHA for 513fd1c
src/AbstractApplication.php
@@ -590,7 +590,7 @@ public function getInternalCommands(): array
590
}
591
592
/**
593
- * @param $name
+ * @param string $name
594
*
595
* @return bool
596
*/
@@ -645,7 +645,7 @@ public function getConfig(): array
645
* Get config param value
646
647
* @param string $name
648
- * @param null|string $default
+ * @param null|string|mixed $default
649
650
* @return array|string
651
0 commit comments