Skip to content

Dynamic property assignment deprecated (Log.php) #181

Open
@scottw-finao

Description

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

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions