Closed
Description
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.