comparison vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php @ 2:5311817fb629

Theme updates
author Chris Cannam
date Tue, 10 Jul 2018 13:19:18 +0000
parents c75dbcec494b
children a9cd425dd02b
comparison
equal deleted inserted replaced
1:0b0e5f3b1e83 2:5311817fb629
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()