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
The class RetriedTillSaveStore, mentioned in the docs here, is marked as deprecated. Should be changed/removed?
RetriedTillSaveStore
deprecated
The text was updated successfully, but these errors were encountered:
Thanks for your issue, I think here you mean the class RetryTillSaveStore.
RetryTillSaveStore
I've created #16790 to fix the incorrance for version 6.0 documentation because the class was removed from Symfony 6.0.
If you want more detail regarding on this class that has been depreciated, see here.
Sorry, something went wrong.
minor #16790 [Lock] Removed RetryTillSaveStore class (no longer neede…
2428575
…d) (mdoutreluingne) This PR was merged into the 6.0 branch. Discussion ---------- [Lock] Removed RetryTillSaveStore class (no longer needed) Fixes #16785 For this PR, I removed `RetryTillSaveStore` class, because this class became obsolete from Symfony 5.2 and was removed from Symfony 6.0 as shown [here](https://github.com/symfony/symfony/pull/38296/files#diff-14c53c18273c57073d28f8dd3b4fab7253f5df427aea52b9a1c0a815dea3bea2). Commits ------- 0ba643e Remove RetryTillSaveStore class
No branches or pull requests
The class
RetriedTillSaveStore
, mentioned in the docs here, is marked asdeprecated
. Should be changed/removed?The text was updated successfully, but these errors were encountered: