PATH:
home
/
rwabteecom
/
project_11
/
vendor
/
spatie
/
flare-client-php
/
src
/
Context
/
Editing: ContextProvider.php
<?php namespace Spatie\FlareClient\Context; interface ContextProvider { /** * @return array<int, string|mixed> */ public function toArray(): array; }
SAVE
CANCEL