Conversation
…he_next_available_hash_for_the_full_size_image_on_multiple_image_edits
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
mukeshpanchal27
left a comment
There was a problem hiding this comment.
Thanks for the PR. LGTM.
|
|
||
| $this->server_timing->register_metric( | ||
| 'metric-without-measure-callback', | ||
| // @phpstan-ignore-next-line |
There was a problem hiding this comment.
Could you add note here why we ignore it?
… update/phpstan-level-5 * 'trunk' of https://github.com/WordPress/performance:
| level: 4 | ||
| level: 5 | ||
| treatPhpDocTypesAsCertain: false | ||
| rememberPossiblyImpureFunctionValues: false |
There was a problem hiding this comment.
I think it would be better if it had some doc reference on why this option was added?
See #775.
This fixes the following PHPStan issues:
[ERROR] Found 11 errors
Please review individual commits for changes.