Translated using Weblate (Portuguese)
[phpmyadmin.git] / src / Current.php
blob17f8c47b634c2f3132c22703a26238b6df072622
1 <?php
3 declare(strict_types=1);
5 namespace PhpMyAdmin;
7 final class Current
9 /** @psalm-var int<0, max> */
10 public static int $server = 0;
11 public static string $database = '';
12 public static string $table = '';