The method is missing in the following class on line ~15. ``` class Delete extends Command implements CommandInterface { protected $method = 'DELETE'; ``` https://github.com/basho/riak-php-client/blob/develop/src/Riak/Command/TimeSeries/Delete.php#L15