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
F3761280: D25100.1745830988.diff
Sun, Apr 27, 09:03
F3720258: D25100.1745704938.diff
Fri, Apr 25, 22:02
F3710487: D25100.1745658091.diff
Fri, Apr 25, 09:01
F3686380: D25100.1745577914.diff
Thu, Apr 24, 10:45
F3604656: D25100.1745219318.diff
Sun, Apr 20, 07:08
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

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