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 Oct 10, 2023
1 parent e7388ff commit 7f834cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/generator/src/Command/Typo3GenerateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ static function (?string $url) {
throw new RuntimeException('Please enter a valid Url');
}

Assert::startsWith((string) $url, 'https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/');
Assert::startsWith($url, 'https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/');

return $url;
}
Expand Down

0 comments on commit 7f834cb

Please sign in to comment.