FileSystemRepository#entries returns an array. Currently, the array contains strings those are represents Timestamps. Should they be Timestamp objects?
The original concept of this method is intended to be written as:
If entries returns an array of string, user code must convert it to Timestamp object to use it with other Repository methods, since all other Repository methods accepts a Timestamp object instead of a string.
FileSystemRepository#entries
returns an array. Currently, the array contains strings those are represents Timestamps. Should they be Timestamp objects?The original concept of this method is intended to be written as:
If
entries
returns an array of string, user code must convert it to Timestamp object to use it with other Repository methods, since all other Repository methods accepts a Timestamp object instead of a string.