Skip to content

Commit

Permalink
Subclasses of PDO are analysed using static reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 24, 2020
1 parent cdf5b85 commit 8390949
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -77,6 +77,7 @@ public function hasClass(string $className): bool
|| $classReflection->isSubclassOf(\DOMNamedNodeMap::class)
|| $classReflection->isSubclassOf(\DOMNodeList::class)
|| $classReflection->isSubclassOf(\DOMCharacterData::class)
|| $classReflection->isSubclassOf(\PDO::class)
) {
return false;
}
Expand Down

0 comments on commit 8390949

Please sign in to comment.