AbstractVariables::offsetUnset( $offset )

{@inheritdoc}


Source

File: vendor/vlucas/phpdotenv/src/Environment/AbstractVariables.php

    public function offsetUnset($offset)
    {
        $this->clear($offset);
    }