for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Doctrine\Bundle\DoctrineBundle\Tests\DependencyInjection\Fixtures;
final class InvokableEntityListener
{
public function __invoke() : void
}
public function postPersist() : void