From 4c97f2b615214e6c1816c9200846d8cb57a845df Mon Sep 17 00:00:00 2001 From: August Miller Date: Thu, 27 Jul 2023 21:00:33 -0700 Subject: [PATCH] End fenced code block --- framework/db/ActiveRecordInterface.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/db/ActiveRecordInterface.php b/framework/db/ActiveRecordInterface.php index d845e9d32cb..441001a99ff 100644 --- a/framework/db/ActiveRecordInterface.php +++ b/framework/db/ActiveRecordInterface.php @@ -144,6 +144,7 @@ public static function isPrimaryKey($keys); * // Use where() to ignore the default condition * // SELECT FROM customer WHERE age>30 * $customers = Customer::find()->where('age>30')->all(); + * ``` * * @return ActiveQueryInterface the newly created [[ActiveQueryInterface]] instance. */