Skip to content

Commit

Permalink
Merge pull request #270 from laminas/2.16.x-merge-up-into-2.17.x_h6ed…
Browse files Browse the repository at this point in the history
…aNbp

Merge release 2.16.2 into 2.17.x
  • Loading branch information
Ocramius committed Dec 11, 2022
2 parents 5bbf744 + f382589 commit 28b1fc2
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 28b1fc2

Please sign in to comment.