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
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
F3307233: D25100.1743141194.diff
Thu, Mar 27, 05:53
F3306447: D25100.1743128443.diff
Thu, Mar 27, 02:20
F3303587: D25100.1743083641.diff
Wed, Mar 26, 13:54
F3301331: D25100.1743053110.diff
Wed, Mar 26, 05:25

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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

checkout master and cherry-pick from D25100