diff --git a/src/Symfony/Component/Cache/Adapter/PdoAdapter.php b/src/Symfony/Component/Cache/Adapter/PdoAdapter.php index b99c507abc6a2..54b1c9065c474 100644 --- a/src/Symfony/Component/Cache/Adapter/PdoAdapter.php +++ b/src/Symfony/Component/Cache/Adapter/PdoAdapter.php @@ -25,14 +25,14 @@ class PdoAdapter extends AbstractAdapter implements PruneableInterface private string $dsn; private string $driver; private string $serverVersion; - private mixed $table = 'cache_items'; - private mixed $idCol = 'item_id'; - private mixed $dataCol = 'item_data'; - private mixed $lifetimeCol = 'item_lifetime'; - private mixed $timeCol = 'item_time'; - private mixed $username = ''; - private mixed $password = ''; - private mixed $connectionOptions = []; + private string $table = 'cache_items'; + private string $idCol = 'item_id'; + private string $dataCol = 'item_data'; + private string $lifetimeCol = 'item_lifetime'; + private string $timeCol = 'item_time'; + private ?string $username = ''; + private ?string $password = ''; + private array $connectionOptions = []; private string $namespace; /** pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy