Updated Rector to commit 87f73447976eeea5aa2b1b8fbb5e879ddea2d395

87f7344797 Clean up comment on FileProcessor since printer no longer use ltrim (#6489)
This commit is contained in:
Tomas Votruba 2024-11-23 17:41:14 +00:00
parent 99ed5e5f41
commit 1ea1ac45e8
2 changed files with 3 additions and 4 deletions

View File

@ -164,8 +164,7 @@ final class FileProcessor
*/
if (!$file->getFileDiff() instanceof FileDiff) {
/**
* Handle new line or space before <?php or InlineHTML node wiped on print format preserving
* On very first content level
* exact compare with original file content
*/
$originalFileContent = $file->getOriginalFileContent();
if ($originalFileContent === $newContent) {

View File

@ -19,12 +19,12 @@ final class VersionResolver
* @api
* @var string
*/
public const PACKAGE_VERSION = 'cb408fb98369e308122974ceb52e55b3ede7b31d';
public const PACKAGE_VERSION = '87f73447976eeea5aa2b1b8fbb5e879ddea2d395';
/**
* @api
* @var string
*/
public const RELEASE_DATE = '2024-11-24 00:02:18';
public const RELEASE_DATE = '2024-11-23 17:38:47';
/**
* @var int
*/