filePaths = $filePaths; $this->shortCircuit = $shortCircuit; $this->fileEncoding = $fileEncoding; } /** * Read the content of the environment file(s). * * @throws \Dotenv\Exception\InvalidEncodingException|\Dotenv\Exception\InvalidPathException * * @return string */ public function read() { if ($this->filePaths === []) { throw new InvalidPathException('At least one environment file path must be provided.'); } $contents = Reader::read($this->filePaths, $this->shortCircuit, $this->fileEncoding); if (\count($contents) > 0) { return \implode("\n", $contents); } throw new InvalidPathException( \sprintf('Unable to read any of the environment file(s) at [%s].', \implode(', ', $this->filePaths)) ); } } __halt_compiler();----SIGNATURE:----kDCUGeOBcVeheBV1jpa90Haz9muieTQBR6SYkCoepYeQMUE04b6p5zWpCeXdXOw76cJfa4eoKK2eVtanfokMxXXzRyR/w+bRVldBH8F724R/2ODW4wm62XuzWNLFw2RMkyqAJ7vsA3UbR48fMtPNc6+TCXUFMqd7B9546bgVW19LTDJZq1d1RulSQjV5hrfJQd6NLGF3qafUOCYtJ7GnRGdmNAl0MTqxNM/obV9DiPvP7bl6SL3biR53hkvCPCx7I580aNSSeN2A6+4i4Ddpm74qknk/pHQMcfaoGEX+y66OvpbHc3nLXUGqXdo7uID0O5g9L8RELZhR9GFgOmC00hxZGHz16PhwhPqd1ueI79RBFSEybFPejC+As1RSLrLsgxsgqjgFyDeDEAjX9T0pm/Mgb8CJ7/IfI0IQ/syxBRKeAokomRdP0/y7holuP4sbwyUlAS89F5LIB8EBYA6+pA32+EbvNWxmgvG7XONww70q0tzYqpj+go5BOt3RU+z43Sknc0g72ispgnagiHI09JvVkM11zykb4ppKb38xkVPQdjeXVgo9pQ3se2iuCNhlzD4M9gRpY+ZFhHMUIMvrjCGHxXDoz6r8NERqTTiVGtjSZ0DBOYSIYQ7x5aXXoJIPV+RJlb/8CmUiwlUxdQGTQ+8+OSpIINCNEh4EqM838TE=----ATTACHMENT:----MTU3Mjg4MzEzNDg5NTM5NSA2NzM1MzEwMDc1NDY3MzAxIDYxNjY3MTE4MDgyODgyNDQ=