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
F3329953: D25100.1743482357.diff
Mon, Mar 31, 04:39
F3329171: D25100.1743470692.diff
Mon, Mar 31, 01:24
F3326548: D25100.1743420131.diff
Sun, Mar 30, 11:22
F3326545: D25100.1743419887.diff
Sun, Mar 30, 11:18
F3322761: D25100.1743376992.diff
Sat, Mar 29, 23:23
F3320641: D25100.1743332707.diff
Sat, Mar 29, 11:05
F3318856: D25100.1743291631.diff
Fri, Mar 28, 23:40
F3308008: D25100.1743156726.diff
Thu, Mar 27, 10:12

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