mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 14:50:39 -04:00
Fix broken updated timestamps in OPDS feeds, and fix and add some type hints.
This commit is contained in:
parent
34e35194d8
commit
06b82cdaaa
15 changed files with 344 additions and 300 deletions
|
@ -1,8 +1,6 @@
|
|||
<?
|
||||
namespace Exceptions;
|
||||
|
||||
use Safe\DateTimeImmutable;
|
||||
|
||||
class InvalidEbookRepoFilesystemPathException extends AppException{
|
||||
/** @var string $message */
|
||||
protected $message = 'Invalid RepoFilesystemPath.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue