Skip to content

Commit 57a8cc9

Browse files
committed
docs: fix incorrect namespace
1 parent 1b60a8e commit 57a8cc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • user_guide_src/source/testing/benchmark

user_guide_src/source/testing/benchmark/007.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
$iterator = new \CodeIgniter\Benchmark\Iterator();
3+
$iterator = new \CodeIgniter\Debug\Iterator();
44

55
// Add a new task
66
$iterator->add('single_concat', static function () {

0 commit comments

Comments
 (0)