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
Warning: Declaration of ProcessWire\User::editUrl() should be compatible with ProcessWire\Page::editUrl($options = Array) in /Users/ajones/Sites/ecoreportcard/wire/core/User.php on line 479
Expected behavior
No warning
Optional: Suggestion for a possible fix
The error is because the editUrl() method defined in User.php doesn't include the new $options argument in its definition.