관리-도구
편집 파일: ActionCodeSettings.php
<?php declare(strict_types=1); namespace Kreait\Firebase\Auth; interface ActionCodeSettings { /** * @return array<non-empty-string, bool|string> */ public function toArray(): array; }