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 MessageB
{
public bool $fail;
public function __construct(bool $fail = false)
$this->fail = $fail;
}