Updated config interface as well

This commit is contained in:
matthew 2019-06-01 10:50:53 -05:00
parent 1eecf323f4
commit 42b39f20d7

View file

@ -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.