diff --git a/src/ActiveRecordInterface.php b/src/ActiveRecordInterface.php index 9f998d2c3..d0f08e990 100644 --- a/src/ActiveRecordInterface.php +++ b/src/ActiveRecordInterface.php @@ -138,8 +138,9 @@ public function get(string $name): mixed; * properties listed in {@see properties()} will be returned. * @param array $except List of property names whose value shouldn't be returned. * - *@throws Exception + * @throws Exception * @throws InvalidConfigException + * * @return array Property values (name => value). */ public function values(array|null $names = null, array $except = []): array;