PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
doctrine
/
dbal
/
src
/
Platforms
/
MySQL
/
Editing: CollationMetadataProvider.php
<?php declare(strict_types=1); namespace Doctrine\DBAL\Platforms\MySQL; /** @internal */ interface CollationMetadataProvider { public function getCollationCharset(string $collation): ?string; }
SAVE
CANCEL