We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05cd45 commit 871083eCopy full SHA for 871083e
src/Config.php
@@ -102,7 +102,7 @@ public function set(string $key, $value): bool
102
*
103
* @return mixed Stored config item or $default value
104
*/
105
- public function get(string $key, $default = null)
+ public function get(string $key, mixed $default = null): mixed
106
{
107
$config = $this->config;
108
0 commit comments