We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1b7e71 commit d1029caCopy full SHA for d1029ca
user_guide_src/source/testing/debugging.rst
@@ -142,7 +142,7 @@ Creating Custom Collectors
142
Creating custom collectors is a straightforward task. You create a new class, fully-namespaced so that the autoloader
143
can locate it, that extends ``CodeIgniter\Debug\Toolbar\Collectors\BaseCollector``. This provides a number of methods
144
that you can override, and has four required class properties that you must correctly set depending on how you want
145
-the Collector to work
+the Collector to work:
146
147
.. literalinclude:: debugging/004.php
148
0 commit comments