mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 14:16:42 +02:00
Add docblock to ResettableInterface
This commit is contained in:
@@ -27,5 +27,10 @@ namespace Monolog;
|
||||
*/
|
||||
interface ResettableInterface
|
||||
{
|
||||
/**
|
||||
* Function that executes the resetting of a Processor
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function reset();
|
||||
}
|
||||
|
Reference in New Issue
Block a user