From f35435178e281c8986cff1b394d614cca869356a Mon Sep 17 00:00:00 2001 From: Giorgio Scalvini Date: Mon, 31 Jul 2023 14:15:19 +0200 Subject: [PATCH] PSR-2 compliancy - Code must use 4 spaces for indenting and Visibility must be declared on all properties and methods --- HTML/Safe.php | 17 +++++++++-------- tests/HTML_SafeTest.php | 1 + 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/HTML/Safe.php b/HTML/Safe.php index 50ca235..034d0cf 100644 --- a/HTML/Safe.php +++ b/HTML/Safe.php @@ -1,4 +1,5 @@