Skip to content

Commit

Permalink
remove $lastPreparedStatement member variable from \Laminas\Db\Adapte…
Browse files Browse the repository at this point in the history
…r\Adapter

Signed-off-by: Ionut Codreanu <ionut@f6s.com>
  • Loading branch information
ionutf6s authored and Xerkus committed Feb 1, 2024
1 parent 485763d commit dbe163d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Adapter/Adapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ class Adapter implements AdapterInterface, Profiler\ProfilerAwareInterface
/** @var ResultSet\ResultSetInterface */
protected $queryResultSetPrototype;

/** @var Driver\StatementInterface */
protected $lastPreparedStatement;

/**
* @param Driver\DriverInterface|array $driver
Expand Down

0 comments on commit dbe163d

Please sign in to comment.