Releases the command lock if there is one.
private function release() : void { if ($this->lock) { $this->lock ->release(); $this->lock = null; } }