From f130f495e54a890c0fe3c8f790a8e48a54f41e02 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Wed, 10 Nov 2021 20:46:08 +0000 Subject: Get it work with PHP 7 --- src/DTS/Old.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DTS/Old.php') diff --git a/src/DTS/Old.php b/src/DTS/Old.php index 8545f8d..b02946f 100644 --- a/src/DTS/Old.php +++ b/src/DTS/Old.php @@ -23,7 +23,7 @@ class Old } } - public function get(string $key, mixed $default = null): mixed + public function get(string $key, $default = null) { return $this->old[$key] ?? $default; } -- cgit v1.2.3-13-gbd6f