mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +02:00
[No Squash] Fix Linting (#2527)
This commit is contained in:
parent
cb4bc57c72
commit
76ade41543
2 changed files with 4 additions and 4 deletions
|
@ -81,7 +81,7 @@ URI;
|
|||
|
||||
// Try to parse the date
|
||||
$dateTime = DateTime::createFromFormat('d.m.Y', $date);
|
||||
if ($dateTime !== FALSE)
|
||||
if ($dateTime !== false)
|
||||
$item['timestamp'] = $dateTime->getTimestamp();
|
||||
|
||||
return $item;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue