Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 28, 2023
1 parent 9766c69 commit 7fefd58
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Rector/v12/v0/flexform/MigrateNullFlagFlexFormRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ final class MigrateNullFlagFlexFormRector implements FlexFormRectorInterface

private bool $domDocumentHasBeenChanged = false;


public function transform(DOMDocument $domDocument): bool
{
$xpath = new DOMXPath($domDocument);
Expand Down Expand Up @@ -93,7 +92,6 @@ public function getRuleDefinition(): RuleDefinition
)]);
}


private function refactorColumn(DOMDocument $domDocument, ?DOMElement $configElement): void
{
if (! $configElement instanceof DOMElement) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ final class MigratePasswordAndSaltedPasswordToPasswordTypeFlexFormRector impleme

private bool $domDocumentHasBeenChanged = false;


public function transform(DOMDocument $domDocument): bool
{
$xpath = new DOMXPath($domDocument);
Expand Down Expand Up @@ -111,7 +110,6 @@ public function getRuleDefinition(): RuleDefinition
)]);
}


private function refactorColumn(DOMDocument $domDocument, ?DOMElement $configElement): void
{
if (! $configElement instanceof DOMElement) {
Expand Down

0 comments on commit 7fefd58

Please sign in to comment.