From 1455fc39e47595d4463d361212a36bdfdbf66909 Mon Sep 17 00:00:00 2001 From: fogelito Date: Thu, 28 Mar 2024 12:09:11 +0200 Subject: [PATCH] Lint --- src/Appwrite/Extend/Exception.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/Extend/Exception.php b/src/Appwrite/Extend/Exception.php index eb3845e8b..3052f4154 100644 --- a/src/Appwrite/Extend/Exception.php +++ b/src/Appwrite/Extend/Exception.php @@ -303,7 +303,7 @@ class Exception extends \Exception $this->code = $code ?? $this->errors[$type]['code']; // todo: Handle better PDOExceptions - if(is_string($this->code)){ + if(is_string($this->code)) { $this->code = 500; }