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
F3506241: D25100.1744800450.diff
Tue, Apr 15, 10:47
F3376477: D25100.1744324320.diff
Wed, Apr 9, 22:32
F3375128: D25100.1744303805.diff
Wed, Apr 9, 16:50
F3373139: D25100.1744260305.diff
Wed, Apr 9, 04:45
F3372750: D25100.1744251928.diff
Wed, Apr 9, 02:25
F3372658: D25100.1744250769.diff
Wed, Apr 9, 02:06
F3371334: D25100.1744241016.diff
Tue, Apr 8, 23:23
F3371268: D25100.1744240257.diff
Tue, Apr 8, 23:10

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