Skip to content

Dynamic property assignment deprecated (Log.php) #181

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions