We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb25d0e commit 00cad51Copy full SHA for 00cad51
src/Enums/ResetPeriod.php
@@ -42,7 +42,7 @@ public function needsReset(?\DateTime $lastResetAt): bool
42
return false;
43
}
44
45
- $now = new \DateTime();
+ $now = new \DateTime;
46
47
return match ($this) {
48
self::NEVER => false,
0 commit comments