for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mcustiel\Phiremock\Common\Utils;
use Mcustiel\Phiremock\Domain\Expectation;
interface ExpectationToArrayConverter
{
public function convert(Expectation $expectation): array;
}