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
F4070584: D25100.1746843850.diff
Fri, May 9, 02:24
F3970431: D25100.1746529784.diff
Mon, May 5, 11:09
F3968848: D25100.1746522000.diff
Mon, May 5, 09:00
F3968846: D25100.1746521962.diff
Mon, May 5, 08:59
F3968845: D25100.1746521925.diff
Mon, May 5, 08:58
F3968844: D25100.1746521888.diff
Mon, May 5, 08:58
F3945707: D25100.1746445302.diff
Sun, May 4, 11:41
F3945706: D25100.1746445301.diff
Sun, May 4, 11:41

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