You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileAttributes::mimeType() returns ?string but Filesystem::mimeType() returns string. This means that if the former returns null, the latter will throw a TypeError exception. This issue may also affect other attributes.
The text was updated successfully, but these errors were encountered:
Bug Report
Summary
FileAttributes::mimeType() returns
?string
but Filesystem::mimeType() returnsstring
. This means that if the former returnsnull
, the latter will throw aTypeError
exception. This issue may also affect other attributes.The text was updated successfully, but these errors were encountered: