diff --git a/rector-migrate.php b/rector-migrate.php index 0667c17043..ebd09b9cbf 100644 --- a/rector-migrate.php +++ b/rector-migrate.php @@ -6,7 +6,7 @@ use Rector\Transform\Rector\Assign\PropertyFetchToMethodCallRector; use Rector\Transform\ValueObject\PropertyFetchToMethodCall; -// This file configures rector/rector to replace all PHP functions with their equivalent "safe" functions. +// This file configures rector/rector to replace all deprecated property usages with their equivalent functions. return static function (RectorConfig $rectorConfig): void { $properties = [ 'boolean',