Skip to content

Commit 6807a17

Browse files
committed
Fix PHP 8.2 deprecation warning
Signed-off-by: Grundik <[email protected]>
1 parent 2bdc91a commit 6807a17

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Adapter/Driver/Pdo/Pdo.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ class Pdo implements DriverInterface, DriverFeatureInterface, Profiler\ProfilerA
3737
/** @var array */
3838
protected $features = [];
3939

40+
/**
41+
* @internal
42+
*
43+
* @var Profiler\ProfilerInterface
44+
*/
45+
public $profiler;
46+
4047
/**
4148
* @param array|Connection|\PDO $connection
4249
* @param string $features

0 commit comments

Comments
 (0)