wiki.techinc.nl/includes/debug
Lucas Werkmeister 7e77ad91d5 DeprecationHelper: Don’t crash during destruction
Apparently it’s sometimes possible for the DeprecationHelper’s magic
methods to be called while the object is being destructed and has
already had its properties unset; in that case, if we try to access
$this->dynamicPropertiesAccessDeprecated, we’ll get a warning. Fall back
to a simple property access in that case.

Bug: T363492
Change-Id: Idc233f7c65a48b7d8f13fd97e365ef907ec7fc40
2024-05-13 17:11:59 +02:00
..
logger namespace MWDebug 2024-05-03 22:59:47 +02:00
DeprecatablePropertyArray.php
DeprecationHelper.php DeprecationHelper: Don’t crash during destruction 2024-05-13 17:11:59 +02:00
MW.php debug: Add MW class as helper for eval.php and shell.php 2024-03-13 19:07:27 -07:00
MWDebug.php namespace MWDebug 2024-05-03 22:59:47 +02:00