Details
Details
- Reviewers
Matthew - Group Reviewers
O1: Blessed Committers - Maniphest Tasks
- T15554: Handling PHP deprecations: convert to Setup Issues
- Commits
- rP2ba2cbaf9bbf: Show Deprecation Warnings as Setup Warnings
Run some flows that are known to bring up Deprecation Warnings. See them as a Setup Issue! Click little triangles to see details.
Diff Detail
Diff Detail
- Repository
- rP Phorge
- Branch
- no-deprect-death
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 957 Build 957: arc lint + arc unit
Event Timeline
Comment Actions
1 comment...
src/applications/system/events/PhorgeSystemDeprecationWarningListener.php | ||
---|---|---|
52 | Rather than commenting code, we should probably remove it... |
src/applications/system/events/PhorgeSystemDeprecationWarningListener.php | ||
---|---|---|
41 | Note: I think we are sometime doing null++, that is elevated to 0++. It works but probably better to manually assign zero when undefined before accessing it. |