File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
* This file is part of the php-sorted-collections package https://github.com/chdemko/php-sorted-collections
12
12
*/
13
13
14
- // Declare chdemko\SortedCollectionBenchmark namespace
15
- namespace chdemko \SortedCollectionBenchmark ;
14
+ // Declare chdemko\SortedCollection\Benchmark namespace
15
+ namespace chdemko \SortedCollection \ Benchmark ;
16
16
17
17
use chdemko \SortedCollection \TreeMap ;
18
18
use chdemko \SortedCollection \ReversedMap ;
@@ -33,7 +33,7 @@ class TreeMapBench
33
33
protected $ tree ;
34
34
35
35
/**
36
- * @var SortedMap The sorted map
36
+ * @var chdemko\SortedCollection\ SortedMap The sorted map
37
37
*
38
38
* @since 1.0.5
39
39
*/
@@ -42,7 +42,7 @@ class TreeMapBench
42
42
/**
43
43
* Provider for counts
44
44
*
45
- * @return iterator Iterator on count
45
+ * @return \Generator on count
46
46
*
47
47
* @since 1.0.5
48
48
*/
@@ -57,7 +57,7 @@ public function provideCounts()
57
57
/**
58
58
* Provider for counts
59
59
*
60
- * @return iterator Iterator on type
60
+ * @return \Generator on type
61
61
*
62
62
* @since 1.0.5
63
63
*/
You can’t perform that action at this time.
0 commit comments