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