Skip to content

Commit

Permalink
Fixed deprecation warnings related to dynamic property creation (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
sixem committed Dec 18, 2023
1 parent 790154e commit 76db87c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/php/template.php
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,18 @@ class Indexer extends Helpers
{
public $path;

public $timestamp;

private $exclude;

private $client;

private $format;

private $filter;

private $directorySizes;

private $relative;

private $pathPrepend;
Expand All @@ -757,6 +769,10 @@ class Indexer extends Helpers

private $encodeAll;

private $processor;

private $debug;

function __construct($path, $options = [])
{
/* Get requested path */
Expand Down

0 comments on commit 76db87c

Please sign in to comment.