From d6f07d7e1350c57e59192ba0047a8431fc59cdf3 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Mon, 12 Dec 2022 16:54:49 +0100 Subject: Declare some properties for PHP 8.2 --- it_html.class | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/it_html.class b/it_html.class index d7e1db3..8254c22 100644 --- a/it_html.class +++ b/it_html.class @@ -59,6 +59,10 @@ class it_html var $p; # constructor params plus defaults + var $doctypes; + var $alltags; + var $hasnonewline; + /** * Create a HTML object and global functions for all methods (exlcluding * methods starting with '_') in this class plus the default tags (see below). -- cgit v1.2.3