diff --git a/src/Benchmark/Group.php b/src/Benchmark/Group.php index 9bef536..7ac796b 100644 --- a/src/Benchmark/Group.php +++ b/src/Benchmark/Group.php @@ -238,13 +238,16 @@ public function getBenchmarksRealMemoryUsage() : int } /** - * @return array> + * @return array> */ public function getRecords(): array { return $this->records; } + /** + * @return array + */ public function getAllRecords() : array { $records = []; @@ -271,7 +274,7 @@ public function clear(): void } /** - * @return Traversable> + * @return Traversable> */ public function getIterator(): Traversable {