You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The use of the function date() in file Observer.php on lines 10 - 11 is considered bad. You should use UTC timestamps instead, even when it's not quite necessary for this module to function as intended it is best practice to do so.
The use of the function
date()in file Observer.php on lines 10 - 11 is considered bad. You should use UTC timestamps instead, even when it's not quite necessary for this module to function as intended it is best practice to do so.