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
Unknown Object (File)
Sun, Apr 7, 09:18
Unknown Object (File)
Tue, Apr 2, 07:13
Unknown Object (File)
Mon, Apr 1, 01:04
Unknown Object (File)
Mon, Apr 1, 01:04
Unknown Object (File)
Mon, Apr 1, 01:04
Unknown Object (File)
Mon, Apr 1, 01:04
Unknown Object (File)
Mar 28 2024, 21:40
Unknown Object (File)
Mar 27 2024, 03:05

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
T15200-callable
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 191
Build 191: 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