From 7831d224a567c976174cdcbf32ed022ba71c0bc1 Mon Sep 17 00:00:00 2001 From: Christophe Demko Date: Wed, 18 Dec 2024 10:33:05 +0100 Subject: [PATCH] Fix style in benchmarks --- benchmarks/TreeMapBench.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/benchmarks/TreeMapBench.php b/benchmarks/TreeMapBench.php index 1702a4d..a6c8ae5 100644 --- a/benchmarks/TreeMapBench.php +++ b/benchmarks/TreeMapBench.php @@ -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; @@ -33,7 +33,7 @@ class TreeMapBench protected $tree; /** - * @var SortedMap The sorted map + * @var chdemko\SortedCollection\SortedMap The sorted map * * @since 1.0.5 */ @@ -42,7 +42,7 @@ class TreeMapBench /** * Provider for counts * - * @return iterator Iterator on count + * @return \Generator on count * * @since 1.0.5 */ @@ -57,7 +57,7 @@ public function provideCounts() /** * Provider for counts * - * @return iterator Iterator on type + * @return \Generator on type * * @since 1.0.5 */