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
self::validateString($title) returns the value as expected, but the whole line will return a boolean which gives a wrong value in the generated sitemap.
The text was updated successfully, but these errors were encountered:
return self::validateString($title) && \strlen($title) < 97;
self::validateString($title) returns the value as expected, but the whole line will return a boolean which gives a wrong value in the generated sitemap.
The text was updated successfully, but these errors were encountered: