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
As a result of #9360, DateComparator no longer checks if a $fileInfo in the Comparator is an actual file. While this check was removed to allow for directories to be filtered properly as well, the unintended consequence is that files that don't exist cause an exception to be thrown when getMTime() is called.