rector-src icon indicating copy to clipboard operation
rector-src copied to clipboard

Development repository for Rector

Results 33 rector-src issues
Sort by recently updated
recently updated
newest added

- **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

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...