Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Jun 16, 2020
1 parent 0430852 commit 4b12d94
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ public function hasClass(string $className): bool
$classReflection = $this->reflectionProvider->getClass($className);
if ($classReflection->isSubclassOf(\DateInterval::class)
|| $classReflection->isSubclassOf(\DatePeriod::class)
|| $classReflection->isSubclassOf(\DOMDocument::class)) {
|| $classReflection->isSubclassOf(\DOMDocument::class)
) {
return false;
}

Expand Down

0 comments on commit 4b12d94

Please sign in to comment.