We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since self::flush accepts an int as a parameter but a bool is provided here:
sitemap/Sitemap.php
Line 184 in a7ba091
It seems that it's a typo of some kind. Probably
$this->flush(0);
should be there.
The text was updated successfully, but these errors were encountered:
Yes, looks valid. Thanks.
Sorry, something went wrong.
No branches or pull requests
Since self::flush accepts an int as a parameter but a bool is provided here:
sitemap/Sitemap.php
Line 184 in a7ba091
It seems that it's a typo of some kind. Probably
$this->flush(0);
should be there.
The text was updated successfully, but these errors were encountered: