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
F2176503: D25100.id408.diff
Fri, May 3, 11:51
F2176256: D25100.id409.diff
Fri, May 3, 08:17
Unknown Object (File)
Fri, May 3, 00:00
Unknown Object (File)
Sun, Apr 7, 09:18
Unknown Object (File)
Apr 2 2024, 07:13
Unknown Object (File)
Apr 1 2024, 01:04
Unknown Object (File)
Apr 1 2024, 01:04
Unknown Object (File)
Apr 1 2024, 01:04

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