Closed ckressibucher closed 4 years ago
According to the docs, all the methods should return boolean "sucess/failure" values (except of read, which of course should return a string).
read
Additionally I've added a use statement to fix an otherwise wrong type hint.
use
According to the docs, all the methods should return boolean "sucess/failure" values (except of
read
, which of course should return a string).Additionally I've added a
use
statement to fix an otherwise wrong type hint.