mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
fix: switch updatedAt to datetime_immutable
This commit is contained in:
@@ -99,7 +99,7 @@ readonly class RDAPService
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public static function isToBeWatchClosely(Domain $domain, \DateTimeImmutable $updatedAt): bool
|
||||
public static function isToBeWatchClosely(Domain $domain): bool
|
||||
{
|
||||
$status = $domain->getStatus();
|
||||
if (!empty($status) && count(array_intersect($status, self::IMPORTANT_STATUS))) {
|
||||
|
||||
Reference in New Issue
Block a user