mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-16 21:08:19 +01:00
Updated Rector to commit 87f73447976eeea5aa2b1b8fbb5e879ddea2d395
87f7344797
Clean up comment on FileProcessor since printer no longer use ltrim (#6489)
This commit is contained in:
parent
99ed5e5f41
commit
1ea1ac45e8
@ -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) {
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user