You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jrfnl 617d63f40a GH Actions: set error reporting to E_ALL
Turns out the default setting for `error_reporting` used by the SetupPHP action is `error_reporting=E_ALL & ~E_DEPRECATED & ~E_STRICT` and `display_errors` is set to `Off`.

For the purposes of CI, I'd recommend running with `E_ALL` and `display_errors=On` to ensure **all** PHP notices are shown.
3 years ago
..
workflows GH Actions: set error reporting to E_ALL 3 years ago
CONTRIBUTING.md Fix schema minimum-stability pattern 3 years ago
ISSUE_TEMPLATE.md Update ISSUE_TEMPLATE.md 3 years ago
pull_request_template.md Update PR template 3 years ago