Skip to content

Commit 3fae6ad

Browse files
committed
Cherry pick of ea6a359; Add stub for reset method.
1 parent 28ce36a commit 3fae6ad

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

DataCollector/PropelDataCollector.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,4 +144,12 @@ private function countQueries()
144144
{
145145
return count($this->logger->getQueries());
146146
}
147+
148+
/**
149+
* @inheritdoc
150+
*/
151+
public function reset()
152+
{
153+
// TODO: Implement reset() method.
154+
}
147155
}

0 commit comments

Comments
 (0)