Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | abstract class AbstractPdoSchema extends AbstractSchema |
||
14 | { |
||
15 | /** |
||
16 | * Generates the cache key for the current connection. |
||
17 | * |
||
18 | * @throws NotSupportedException If the connection is not a PDO connection. |
||
19 | * |
||
20 | * @return array The cache key. |
||
21 | */ |
||
22 | protected function generateCacheKey(): array |
||
35 |