phpmyadmin/test/phpstan-constants.php
Maurício Meneghini Fauth 355f6d9d20
Remove PhpMyAdmin\Config::enableBc method
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
2021-07-09 13:59:04 -03:00

8 lines
224 B
PHP

<?php
declare(strict_types=1);
define('ROOT_PATH', dirname(__DIR__) . DIRECTORY_SEPARATOR);
define('CACHE_DIR', ROOT_PATH . 'libraries' . DIRECTORY_SEPARATOR . 'cache' . DIRECTORY_SEPARATOR);
define('VERSION_SUFFIX', '');