mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Enable strict exception type hint checking in PHPStan and add exception type hints
This commit is contained in:
parent
559e4a5e05
commit
c4c8e7353f
26 changed files with 300 additions and 82 deletions
|
@ -50,6 +50,7 @@ class OpdsFeed extends AtomFeed{
|
|||
if($this->HasChanged($this->Path)){
|
||||
// Files don't match, save the file and update the parent navigation feed with the last updated timestamp
|
||||
|
||||
/** @throws void */
|
||||
$this->Updated = new DateTimeImmutable();
|
||||
|
||||
if($this->Parent !== null){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue