Skip to content

Commit caeb1ac

Browse files
authored
Shorten trace() call to global
1 parent 826911d commit caeb1ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/testing/debugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This method is identical to ``d()``, except that it also ``dies()`` and no furth
4242

4343
This provides a backtrace to the current execution point, with Kint's own unique spin::
4444

45-
Kint::trace();
45+
trace();
4646

4747
For more information, see `Kint's page <https://kint-php.github.io/kint//>`_.
4848

0 commit comments

Comments
 (0)