Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelkaickaviella.meumercado.app
/
vendor
/
kreait
/
firebase-php
/
src
/
Firebase
/
Exception
/
Editing: HasErrors.php
<?php declare(strict_types=1); namespace Kreait\Firebase\Exception; /** * @codeCoverageIgnore */ trait HasErrors { /** @var array<mixed> */ protected array $errors = []; /** * @return array<mixed> */ public function errors(): array { return $this->errors; } }
Save
Cancel