Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelbrasileirissimo.meumercado.app
/
vendor
/
kreait
/
firebase-tokens
/
src
/
JWT
/
Contract
/
Editing: Keys.php
<?php declare(strict_types=1); namespace Kreait\Firebase\JWT\Contract; interface Keys { /** * @return array<string, string> */ public function all(): array; }
Save
Cancel