/**
 * Reset all params
 *
 * @return void
 *
 * @since   3.2
 */
protected function resetParams()
{
    $this->content = null;
    $this->machineContent = null;
    $this->property = null;
    $this->fallbackProperty = null;
    $this->fallbackType = null;
}