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.
2 parents c1b7e71 + d1029ca commit be7b7f6Copy full SHA for be7b7f6
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