Skip to content

Commit

Permalink
Merge pull request #269 from Grundik/bugfix-268
Browse files Browse the repository at this point in the history
Fix PHP 8.2 deprecation warning
  • Loading branch information
Ocramius authored Dec 11, 2022
2 parents 2bdc91a + 6807a17 commit f382589
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Adapter/Driver/Pdo/Pdo.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ class Pdo implements DriverInterface, DriverFeatureInterface, Profiler\ProfilerA
/** @var array */
protected $features = [];

/**
* @internal
*
* @var Profiler\ProfilerInterface
*/
public $profiler;

/**
* @param array|Connection|\PDO $connection
* @param string $features
Expand Down

0 comments on commit f382589

Please sign in to comment.