Skip to content

Commit 871083e

Browse files
author
Dome
committed
[TASK] Adjusted function to given interface
1 parent e05cd45 commit 871083e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function set(string $key, $value): bool
102102
*
103103
* @return mixed Stored config item or $default value
104104
*/
105-
public function get(string $key, $default = null)
105+
public function get(string $key, mixed $default = null): mixed
106106
{
107107
$config = $this->config;
108108

0 commit comments

Comments
 (0)