Skip to content

Commit

Permalink
Merge pull request #8939 from obozdag/patch-15
Browse files Browse the repository at this point in the history
docs: Small typo in testing/debugging.rst
  • Loading branch information
kenjis authored Jun 8, 2024
2 parents c1b7e71 + d1029ca commit be7b7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/testing/debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit be7b7f6

Please sign in to comment.