1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-25 02:31:25 +02:00

Update and rename ResetCollectorInterface.php to Resettable.php

This commit is contained in:
Barry vd. Heuvel
2016-04-16 22:08:08 +02:00
parent 66abf549e7
commit aef9055f76

View File

@@ -11,9 +11,9 @@
namespace DebugBar\DataCollector;
/**
* DataReset Interface
* Resettable Interface
*/
interface ResetCollectorInterface
interface Resettable
{
/**
* Reset the collector to its initial state.