Skip to content

Commit cf0685b

Browse files
committed
Update PdoQueryReflector.php
1 parent 1670bdf commit cf0685b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/QueryReflection/PdoQueryReflector.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
* This class was kept for BC reasons.
1111
*
1212
* @deprecated use PdoMysqlQueryReflector instead
13+
* @phpstan-ignore class.extendsFinalByPhpDoc
1314
*/
14-
final class PdoQueryReflector extends PdoMysqlQueryReflector { // @phpstan-ignore class.extendsFinalByPhpDoc
15+
final class PdoQueryReflector extends PdoMysqlQueryReflector
16+
{
1517
public function __construct(PDO $pdo)
1618
{
1719
parent::__construct($pdo);

0 commit comments

Comments
 (0)