Skip to content
Snippets Groups Projects
Commit e82043de authored by Lucas Hedding's avatar Lucas Hedding
Browse files

Issue #3403245 by cboyden, michelle, joelpittet, heddn: Dynamic properties are...

Issue #3403245 by cboyden, michelle, joelpittet, heddn: Dynamic properties are deprecated in PHP 8.2
parent 5c1971e8
No related branches found
No related tags found
No related merge requests found
......@@ -132,6 +132,7 @@ class _DiffOp_Change extends _DiffOp {
* @private
* @subpackage DifferenceEngine
*/
#[\AllowDynamicProperties]
class _DiffEngine {
function MAX_XREF_LENGTH() {
return 10000;
......@@ -956,6 +957,7 @@ define('NBSP', ' '); // iso-8859-x non-breaking space.
* @private
* @subpackage DifferenceEngine
*/
#[AllowDynamicProperties]
class _HWLDF_WordAccumulator {
function __construct() {
$this->_lines = array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment