for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Zenstruck\Messenger\Test\Tests\Fixture\Messenger;
/**
* @author Kevin Bond <[email protected]>
*/
final class MessageG
{
public \Closure $notSerializable;
public function __construct()
$this->notSerializable = static fn() => true;
}