Skip to content

Commit

Permalink
Fix style in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Dec 18, 2024
1 parent 0b9ce5d commit 7831d22
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions benchmarks/TreeMapBench.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
* This file is part of the php-sorted-collections package https://github.com/chdemko/php-sorted-collections
*/

// Declare chdemko\SortedCollectionBenchmark namespace
namespace chdemko\SortedCollectionBenchmark;
// Declare chdemko\SortedCollection\Benchmark namespace
namespace chdemko\SortedCollection\Benchmark;

use chdemko\SortedCollection\TreeMap;
use chdemko\SortedCollection\ReversedMap;
Expand All @@ -33,7 +33,7 @@ class TreeMapBench
protected $tree;

/**
* @var SortedMap The sorted map
* @var chdemko\SortedCollection\SortedMap The sorted map
*
* @since 1.0.5
*/
Expand All @@ -42,7 +42,7 @@ class TreeMapBench
/**
* Provider for counts
*
* @return iterator Iterator on count
* @return \Generator on count
*
* @since 1.0.5
*/
Expand All @@ -57,7 +57,7 @@ public function provideCounts()
/**
* Provider for counts
*
* @return iterator Iterator on type
* @return \Generator on type
*
* @since 1.0.5
*/
Expand Down

0 comments on commit 7831d22

Please sign in to comment.