Skip to content

Commit

Permalink
Update rector-migrate.php
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Dec 5, 2022
1 parent 6de5872 commit 6410705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rector-migrate.php
Expand Up @@ -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',
Expand Down

0 comments on commit 6410705

Please sign in to comment.