From 42b39f20d749bf1883661d2ded49db7b317fa4f2 Mon Sep 17 00:00:00 2001 From: matthew Date: Sat, 1 Jun 2019 10:50:53 -0500 Subject: [PATCH] Updated config interface as well --- core/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.php b/core/config.php index d40cc19f..695fa8f1 100644 --- a/core/config.php +++ b/core/config.php @@ -18,7 +18,7 @@ interface Config /** * Set a configuration option to a new value, regardless of what the value is at the moment. */ - public function set_int(string $name, ?int $value): void; + public function set_int(string $name, ?string $value): void; /** * Set a configuration option to a new value, regardless of what the value is at the moment.