Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Sep 11, 2024
1 parent 12bb42e commit b75829e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ActiveRecordInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b75829e

Please sign in to comment.