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 33438c0 commit 76b4393Copy full SHA for 76b4393
Extension/CodeExtension.php
@@ -18,7 +18,12 @@
18
/**
19
* Twig extension relate to PHP code and used by the profiler and the default exception templates.
20
*
21
+ * This extension should only be used for debugging tools code
22
+ * that is never executed in a production environment.
23
+ *
24
* @author Fabien Potencier <[email protected]>
25
26
+ * @internal
27
*/
28
final class CodeExtension extends AbstractExtension
29
{
0 commit comments