Primo Committ
This commit is contained in:
15
vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php
vendored
Normal file
15
vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Dotenv\Repository\Adapter;
|
||||
|
||||
interface ReaderInterface extends AvailabilityInterface
|
||||
{
|
||||
/**
|
||||
* Get an environment variable, if it exists.
|
||||
*
|
||||
* @param string $name
|
||||
*
|
||||
* @return \PhpOption\Option<string|null>
|
||||
*/
|
||||
public function get($name);
|
||||
}
|
||||
Reference in New Issue
Block a user