AbstractVariables::offsetSet( $offset,  $value )

{@inheritdoc}


Source

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

    public function offsetSet($offset, $value)
    {
        $this->set($offset, $value);
    }