Subiendo proyecto completo sin restricciones de git ignore
This commit is contained in:
17
vendor/vlucas/phpdotenv/src/Store/StoreInterface.php
vendored
Normal file
17
vendor/vlucas/phpdotenv/src/Store/StoreInterface.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Dotenv\Store;
|
||||
|
||||
interface StoreInterface
|
||||
{
|
||||
/**
|
||||
* Read the content of the environment file(s).
|
||||
*
|
||||
* @throws \Dotenv\Exception\InvalidEncodingException|\Dotenv\Exception\InvalidPathException
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function read();
|
||||
}
|
||||
Reference in New Issue
Block a user