Making the processor name more explicit

This commit is contained in:
Philipp Holzer
2019-01-28 18:41:29 +01:00
parent 26af96f31a
commit d7e35b5802
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ use Monolog\Processor\ProcessorInterface;
* Based on the class IntrospectionProcessor without the "class" information
* @see IntrospectionProcessor
*/
class FriendicaProcessor implements ProcessorInterface
class FriendicaIntrospectionProcessor implements ProcessorInterface
{
private $level;