File "ContextInterface-20260324184030.php"
Full Path: /home/isoftco/public_html/hrm/vendor/phpunit/php-code-coverage/src/Exception/ContextInterface-20260324184030.php
File size: 115 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Facade\FlareClient\Context;
interface ContextInterface
{
public function toArray(): array;
}