From e3269b62d97937566a9f6461395ea5cdaec56adc Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Tue, 26 Jan 2021 21:39:11 +0000 Subject: [PATCH] fix formatting --- model/PFASmarty.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/model/PFASmarty.php b/model/PFASmarty.php index d8368ad8..735e95f1 100644 --- a/model/PFASmarty.php +++ b/model/PFASmarty.php @@ -129,8 +129,7 @@ class PFASmarty { * @return mixed $data * */ public function sanitise($data) { - - if(is_object($data)) { + if (is_object($data)) { return $data; // can't handle }