File manager - Edit - /var/www/html/gop/api/vendor/doctrine/dbal/src/Platforms/MariaDB110700Platform.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Platforms; use Doctrine\DBAL\Platforms\Keywords\KeywordList; use Doctrine\DBAL\Platforms\Keywords\MariaDB117Keywords; use Doctrine\Deprecations\Deprecation; /** * Provides the behavior, features and SQL dialect of the MariaDB 11.7 database platform. * * @deprecated To be removed along with the keyword list feature. */ class MariaDB110700Platform extends MariaDB1010Platform { /** @deprecated */ protected function createReservedKeywordsList(): KeywordList { Deprecation::triggerIfCalledFromOutside( 'doctrine/dbal', 'https://github.com/doctrine/dbal/pull/6607', '%s is deprecated.', __METHOD__, ); return new MariaDB117Keywords(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings