diff --git a/user_guide_src/source/testing/debugging.rst b/user_guide_src/source/testing/debugging.rst index 14bd701207c7..184da5e81d84 100644 --- a/user_guide_src/source/testing/debugging.rst +++ b/user_guide_src/source/testing/debugging.rst @@ -142,7 +142,7 @@ Creating Custom Collectors Creating custom collectors is a straightforward task. You create a new class, fully-namespaced so that the autoloader can locate it, that extends ``CodeIgniter\Debug\Toolbar\Collectors\BaseCollector``. This provides a number of methods that you can override, and has four required class properties that you must correctly set depending on how you want -the Collector to work +the Collector to work: .. literalinclude:: debugging/004.php