Error::success()
Get the success option value.
Return
(PhpOptionOption)
Source
File: vendor/vlucas/phpdotenv/src/Regex/Error.php
public function success()
{
return None::create();
}
Get the success option value.
(PhpOptionOption)
File: vendor/vlucas/phpdotenv/src/Regex/Error.php
public function success()
{
return None::create();
}