Page MenuHomePhorge

PHP 8.2: fix deprecated creation of dynamic properties
ClosedPublic

Authored by valerio.bozzolan on Mar 26 2023, 16:49.
Tags
None
Referenced Files
F3212666: D25100.1741458977.diff
Fri, Mar 7, 18:36
F3002064: D25100.1740445238.diff
Mon, Feb 24, 01:00
F3002063: D25100.1740445238.diff
Mon, Feb 24, 01:00
F3002062: D25100.1740445237.diff
Mon, Feb 24, 01:00
F2996941: D25100.1740388685.diff
Sun, Feb 23, 09:18
F2981824: D25100.1739938113.diff
Tue, Feb 18, 04:08
F2981810: D25100.1739937069.diff
Tue, Feb 18, 03:51
F2963492: D25100.1739215193.diff
Sun, Feb 9, 19:19

Details

Summary

This change fixes a typo that, in PHP 8.2, causes this exception:

Creation of dynamic property PhabricatorAuthPasswordException::$confirmError is deprecated

Closes T15201

Test Plan
  • I checked that "error" was spelled with two "r"

Diff Detail

Repository
rP Phorge
Branch
asd
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 192
Build 192: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Mar 26 2023, 20:28

checkout master and cherry-pick from D25100