PHP 8.5: Warning "unexpected NAN value was coerced to string" when binding NAN to a parameter #8170
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: "Coding Standards" | |
| on: | |
| pull_request: | |
| branches: | |
| - "*.x" | |
| paths: | |
| - .github/workflows/coding-standards.yml | |
| - bin/** | |
| - composer.* | |
| - phpcs.xml.dist | |
| - src/** | |
| - tests/** | |
| push: | |
| branches: | |
| - "*.x" | |
| paths: | |
| - .github/workflows/coding-standards.yml | |
| - bin/** | |
| - composer.* | |
| - phpcs.xml.dist | |
| - src/** | |
| - tests/** | |
| jobs: | |
| coding-standards: | |
| name: "Coding Standards" | |
| uses: "doctrine/.github/.github/workflows/[email protected]" | |
| with: | |
| composer-options: "--ignore-platform-req=php+" |