Skip to content

Commit

Permalink
PhpVersion: supportsDisjunctiveNormalForm
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored and ondrejmirtes committed Dec 20, 2022
1 parent 387bde4 commit 0011336
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Php/PhpVersion.php
Expand Up @@ -201,6 +201,11 @@ public function strSplitReturnsEmptyArray(): bool
return $this->versionId >= 80200;
}

public function supportsDisjunctiveNormalForm(): bool
{
return $this->versionId >= 80200;
}

public function serializableRequiresMagicMethods(): bool
{
return $this->versionId >= 80100;
Expand Down

0 comments on commit 0011336

Please sign in to comment.