Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0f226 commit 5420cfcCopy full SHA for 5420cfc
src/Symfony/Component/Stopwatch/Stopwatch.php
@@ -30,7 +30,7 @@ class Stopwatch
30
31
public function __construct()
32
{
33
- $this->sections = $this->activeSections = array('__root__' => new Section('__root__'));
+ $this->sections = $this->activeSections = array('__root__' => new Section(null));
34
}
35
36
/**
0 commit comments