Skip to content

Commit d352ff7

Browse files
committed
docs: add :lines: 2-
1 parent 9e1629e commit d352ff7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user_guide_src/source/testing/debugging.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The ``d()`` method dumps all of the data it knows about the contents passed as t
3636
allows the script to continue executing:
3737

3838
.. literalinclude:: debugging/001.php
39+
:lines: 2-
3940

4041
dd()
4142
----
@@ -48,6 +49,7 @@ trace()
4849
This provides a backtrace to the current execution point, with Kint's own unique spin:
4950

5051
.. literalinclude:: debugging/002.php
52+
:lines: 2-
5153

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

0 commit comments

Comments
 (0)