Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php @ 16:c2387f117808
Routine composer update
author | Chris Cannam |
---|---|
date | Tue, 10 Jul 2018 15:07:59 +0100 |
parents | 1fec387a4317 |
children | 129ea1e6d783 |
comparison
equal
deleted
inserted
replaced
15:e200cb7efeb3 | 16:c2387f117808 |
---|---|
169 if ($this->stopwatch) { | 169 if ($this->stopwatch) { |
170 $this->stopwatch->reset(); | 170 $this->stopwatch->reset(); |
171 } | 171 } |
172 $this->data = array(); | 172 $this->data = array(); |
173 $this->dataCount = 0; | 173 $this->dataCount = 0; |
174 $this->isCollected = false; | 174 $this->isCollected = true; |
175 $this->clonesCount = 0; | 175 $this->clonesCount = 0; |
176 $this->clonesIndex = 0; | 176 $this->clonesIndex = 0; |
177 } | 177 } |
178 | 178 |
179 public function serialize() | 179 public function serialize() |