diff --git a/src/Symfony/Component/Stopwatch/Stopwatch.php b/src/Symfony/Component/Stopwatch/Stopwatch.php index aa85033cb2..c1bec426a6 100644 --- a/src/Symfony/Component/Stopwatch/Stopwatch.php +++ b/src/Symfony/Component/Stopwatch/Stopwatch.php @@ -33,6 +33,9 @@ class Stopwatch $this->sections = $this->activeSections = array('__root__' => new Section('__root__')); } + /** + * @return Section[] + */ public function getSections() { return $this->sections;