Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 24, 2020
1 parent af183ec commit 47a76e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function hasClass(string $className): bool
|| $classReflection->isSubclassOf(\DOMNamedNodeMap::class)
|| $classReflection->isSubclassOf(\DOMNodeList::class)
|| $classReflection->isSubclassOf(\DOMCharacterData::class)
|| $classReflection->isSubclassOf(\PDO::class)
|| $classReflection->isSubclassOf('PDO')
) {
return false;
}
Expand Down

0 comments on commit 47a76e3

Please sign in to comment.