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
F3284751: D25100.1742783842.diff
Sun, Mar 23, 02:37
F3252634: D25100.1742396917.diff
Tue, Mar 18, 15:08
F3252633: D25100.1742396915.diff
Tue, Mar 18, 15:08
F3252632: D25100.1742396914.diff
Tue, Mar 18, 15:08
F3252631: D25100.1742396911.diff
Tue, Mar 18, 15:08
F3252629: D25100.1742396901.diff
Tue, Mar 18, 15:08
F3224869: D25100.1742089449.diff
Sat, Mar 15, 01:44
F3220478: D25100.1741810209.diff
Tue, Mar 11, 20: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
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