Skip to content

Commit

Permalink
Update MysqliQueryReflector.php
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm committed Nov 7, 2024
1 parent d38016c commit 1313ed2
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/QueryReflection/MysqliQueryReflector.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,11 @@ final class MysqliQueryReflector implements QueryReflector, RecordingReflector
/**
* @var array<string, mysqli_sql_exception|list<object>|null>
*/
private $cache = [];
private array $cache = [];

/**
* @var mysqli
*/
private $db;
private mysqli $db;

/**
* @var MysqliTypeMapper
*/
private $typeMapper;
private MysqliTypeMapper $typeMapper;

public function __construct(mysqli $mysqli)
{
Expand Down

0 comments on commit 1313ed2

Please sign in to comment.