We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09eacc commit f57055dCopy full SHA for f57055d
reference/constraints/Callback.rst
@@ -254,9 +254,8 @@ constructor of the Callback constraint::
254
.. warning::
255
256
Using a ``Closure`` together with annotation configuration will disable the
257
- annotation cache for that class/property/methods because ``Closure``s cannot
258
- be cached. For best performance, it is recommended to use a static callback
259
- method.
+ annotation cache for that class/property/method because ``Closure`` cannot
+ be cached. For best performance, it's recommended to use a static callback method.
260
261
Options
262
-------
0 commit comments