rector-src
rector-src copied to clipboard
Development repository for Rector
- **add type level** - **[experimental] Add blade command**
Fixes https://github.com/rectorphp/rector/issues/8712 Step to reproduce only via e2e test: ``` cd e2e/print-new-node composer install php ../e2eTestRunner.php ``` without this patch, it will cause error: ```diff ➜ print-new-node git:(indentation-crash-error) php ../e2eTestRunner.php...
This adds two new rules to the PHP8.3 collection for replacing the newly deprecated calls to `get_class()` and `get_parent_class()` without passing an object argument to them. I choose to use...
These are failing tests for https://github.com/rectorphp/rector/issues/8876
Fixes https://github.com/rectorphp/rector/issues/8872
Ref https://github.com/rectorphp/rector-src/pull/6261#pullrequestreview-2371088505
Adds new rule for replacing mode constants in the function round() with RoundingMode cases in PHP 8.4. The PR is not finished, but please let me know whether it makes...