Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php namespace Spatie\FlareClient\Contracts; interface ProvidesFlareContext { /** * @return array<int|string, mixed> */ public function context(): array; }
<?php
namespace Spatie\FlareClient\Contracts;
interface ProvidesFlareContext
{
/**
* @return array<int|string, mixed>
*/
public function context(): array;
}