phpdotenv icon indicating copy to clipboard operation
phpdotenv copied to clipboard

Unexpected whitespace in path

Open mediaformat opened this issue 11 months ago • 0 comments

Getting a Fatal error related to unexpected whitespace:

Fatal error: Uncaught Dotenv\Exception\InvalidFileException: Failed to parse dotenv file. Encountered unexpected whitespace at [localhost:"/Users/example/Library/Application Support/.../mysqld.sock"]. in ~/vendor/vlucas/phpdotenv/src/Parser/Parser.php:30

Not sure what is unexpected about double quoted whitespace

mediaformat avatar Dec 17 '24 19:12 mediaformat