DIR: /proc/1991111/root/usr/share/php/PhpMyAdmin/MoTranslator/Cache/ |
Current File : //proc/1991111/root/usr/share/php/PhpMyAdmin/MoTranslator/Cache/GetAllInterface.php |
<?php declare(strict_types=1); namespace PhpMyAdmin\MoTranslator\Cache; interface GetAllInterface { /** * @return array<string, string> */ public function getAll(): array; } |