Skip to content

Commit 9e696fa

Browse files
committed
:octocat:
1 parent a167d85 commit 9e696fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotEnv.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public function clear():DotEnv{
259259
*/
260260
protected function read(string $file):array{
261261

262-
if(!is_readable($file) || !is_file($file)){
262+
if(!is_file($file) || !is_readable($file)){
263263
throw new DotEnvException('invalid file: '.$file);
264264
}
265265

0 commit comments

Comments
 (0)