We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 826911d commit caeb1acCopy full SHA for caeb1ac
1 file changed
user_guide_src/source/testing/debugging.rst
@@ -42,7 +42,7 @@ This method is identical to ``d()``, except that it also ``dies()`` and no furth
42
43
This provides a backtrace to the current execution point, with Kint's own unique spin::
44
45
- Kint::trace();
+ trace();
46
47
For more information, see `Kint's page <https://kint-php.github.io/kint//>`_.
48
0 commit comments