Skip to content

Commit 7831d22

Browse files
committed
Fix style in benchmarks
1 parent 0b9ce5d commit 7831d22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

benchmarks/TreeMapBench.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
* This file is part of the php-sorted-collections package https://github.com/chdemko/php-sorted-collections
1212
*/
1313

14-
// Declare chdemko\SortedCollectionBenchmark namespace
15-
namespace chdemko\SortedCollectionBenchmark;
14+
// Declare chdemko\SortedCollection\Benchmark namespace
15+
namespace chdemko\SortedCollection\Benchmark;
1616

1717
use chdemko\SortedCollection\TreeMap;
1818
use chdemko\SortedCollection\ReversedMap;
@@ -33,7 +33,7 @@ class TreeMapBench
3333
protected $tree;
3434

3535
/**
36-
* @var SortedMap The sorted map
36+
* @var chdemko\SortedCollection\SortedMap The sorted map
3737
*
3838
* @since 1.0.5
3939
*/
@@ -42,7 +42,7 @@ class TreeMapBench
4242
/**
4343
* Provider for counts
4444
*
45-
* @return iterator Iterator on count
45+
* @return \Generator on count
4646
*
4747
* @since 1.0.5
4848
*/
@@ -57,7 +57,7 @@ public function provideCounts()
5757
/**
5858
* Provider for counts
5959
*
60-
* @return iterator Iterator on type
60+
* @return \Generator on type
6161
*
6262
* @since 1.0.5
6363
*/

0 commit comments

Comments
 (0)