Skip to content

Dynamic property assignment deprecated (Log.php) #181

@scottw-finao

Description

@scottw-finao

It looks like the pre-defining of the property $sensitiveStringRegexes was omitted at the top of the class net\authorize\util\Log

class Log
{
    private $sensitiveXmlTags = NULL;
    private $sensitiveStringRegexes = NULL; // line added
    private $logFile = '';
/*....*/

In newer versions of PHP it throws a deprecated warning

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions