From d1029cad7853f3a3e05ff5082a42791950d9268a Mon Sep 17 00:00:00 2001 From: obozdag Date: Fri, 7 Jun 2024 10:30:02 +0200 Subject: [PATCH] docs: Small typo in testing/debugging.rst Small typo in testing/debugging.rst --- user_guide_src/source/testing/debugging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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