1
0
Fork 0

Making the processor name more explicit

This commit is contained in:
Philipp Holzer 2019-01-28 18:41:29 +01:00
commit d7e35b5802
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
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;