From 2e997c5cf38dc9095577fc7f714fd3c9dabefc9d Mon Sep 17 00:00:00 2001 From: Allan Jardine Date: Wed, 13 Nov 2024 10:08:22 +0000 Subject: [PATCH] Dev: Code style --- Editor/Options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/Options.php b/Editor/Options.php index 95ed201..37768d1 100644 --- a/Editor/Options.php +++ b/Editor/Options.php @@ -309,7 +309,7 @@ public function where($_ = null) * * @internal */ - public function exec($db, $refresh, $search=null) + public function exec($db, $refresh, $search = null) { // If search only, and not a search action, then just return false if ($this->searchOnly() && !$search) {