1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 17:16:18 +02:00

Merge branch '1.x' into resetable

This commit is contained in:
Jordi Boggiano
2018-11-04 17:43:01 +01:00
committed by GitHub
12 changed files with 40 additions and 15 deletions

View File

@@ -18,7 +18,7 @@ use Monolog\ResettableInterface;
*
* @author Simon Mönch <sm@webfactory.de>
*/
class UidProcessor implements ResettableInterface
class UidProcessor implements ProcessorInterface, ResettableInterface
{
private $uid;