Merge pull request #96 from rullzer/patch-2

Update NativeFileInfo.php
This commit is contained in:
Robin Appelman 2020-09-03 13:00:22 +00:00 committed by GitHub
commit 743a7bf353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ class NativeFileInfo implements IFileInfo {
// Let us ignore the ATTR_NOT_CONTENT_INDEXED for now // Let us ignore the ATTR_NOT_CONTENT_INDEXED for now
$mode &= ~0x00002000; $mode &= ~0x00002000;
return $this->stat()['mode']; return $mode;
} }
/** /**