From 878367344800d970a1ffe4c303835463d221ae60 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Thu, 10 Oct 2024 12:51:08 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/EasyPdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EasyPdf.php b/src/EasyPdf.php index 40e7267..04fcbfc 100755 --- a/src/EasyPdf.php +++ b/src/EasyPdf.php @@ -45,7 +45,7 @@ class EasyPdf */ public function __construct(?string $imagePath = null) { - if ($imagePath !== null && !defined('K_PATH_IMAGES')) { + if ($imagePath !== null && ! defined('K_PATH_IMAGES')) { define('K_PATH_IMAGES', $imagePath); }