Add further commands
kelunik opened this issue · 11 comments
kelunik commented
Mostly stats commands are missing I think. listTubes()
is missing.
kelunik commented
Great!
kelunik commented
Yes, I think there are no more commands left, thanks again!
kelunik commented
@zhikiri I've adjusted your PR, because it needs to return the correct types: cbf8cfa
I'm also reopening this issue, because listTubes()
is still missing.
kyl0b1te commented
@kelunik but what about auto conversion for types ? When client will check $stats->job_running > 6
it will be converted from string
to int
automatically
kyl0b1te commented
and yes, list tubes is missing, your right
kelunik commented
@zhikiri Yes, that mostly works, but it doesn't work with strict_types=1
or assertSame
/ ===
.