Skip to content

Conversation

@cosmastech
Copy link
Contributor

@cosmastech cosmastech commented Dec 6, 2025

In #57914, modernize_types_casting was set to true in pint, but it was never run against the codebase.

In order to facilitate this, I modified the app's pint.json file so it only included this rule:

Pint.json
{
    "preset": "empty",
    "rules": {
        "modernize_types_casting": true
    },
    "notPath": [
        "tests/Foundation/fixtures/bad-syntax-strategy.php"
    ]
}

and then ran vendor/bin/pint --parallel to apply just these changes.

@taylorotwell taylorotwell merged commit a30a89f into laravel:12.x Dec 6, 2025
74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants