Skip to content

Commit 9e1629e

Browse files
committed
docs: add empty line
1 parent b10baf4 commit 9e1629e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

user_guide_src/source/testing/debugging.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,14 @@ Debugging Your Application
1010
Replacing var_dump()
1111
********************
1212

13-
While using XDebug and a good IDE can be indispensable to debug your application, sometimes a quick ``var_dump()`` is
14-
all you need. CodeIgniter makes that even better by bundling in the excellent `Kint <https://kint-php.github.io/kint/>`_
15-
debugging tool for PHP. This goes way beyond your usual tool, providing many alternate pieces of data, like formatting
16-
timestamps into recognizable dates, showing you hexcodes as colors, display array data like a table for easy reading,
17-
and much, much more.
13+
While using XDebug and a good IDE can be indispensable to debug your application,
14+
sometimes a quick ``var_dump()`` is all you need. CodeIgniter makes that even
15+
better by bundling in the excellent `Kint <https://kint-php.github.io/kint/>`_
16+
debugging tool for PHP.
17+
18+
This goes way beyond your usual tool, providing many alternate pieces of data,
19+
like formatting timestamps into recognizable dates, showing you hexcodes as colors,
20+
display array data like a table for easy reading, and much, much more.
1821

1922
Enabling Kint
2023
=============

0 commit comments

Comments
 (0)