for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Zenify\DoctrineBehaviors\Tests\DI\Source;
use Zenify\DoctrineBehaviors\Contract\Loggable\LoggerInterface;
final class DummyLogger implements LoggerInterface
{
public function process(string $message)
}