Skip to content

Commit

Permalink
Merge branch '9.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Sep 8, 2020
2 parents 754f932 + 1ba3a7a commit cdf20d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Expand Up @@ -11,6 +11,9 @@

use DOMDocument;

/**
* @internal This class is not covered by the backward compatibility promise for PHPUnit
*/
final class RemoveCacheTokensAttribute implements Migration
{
public function migrate(DOMDocument $document): void
Expand Down
Expand Up @@ -11,6 +11,9 @@

use DOMDocument;

/**
* @internal This class is not covered by the backward compatibility promise for PHPUnit
*/
final class UpdateSchemaLocationTo93 implements Migration
{
public function migrate(DOMDocument $document): void
Expand Down

0 comments on commit cdf20d6

Please sign in to comment.