Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rename-attributes-to-properties'…
Browse files Browse the repository at this point in the history
… into rename-attributes-to-properties
  • Loading branch information
Tigrov committed Sep 11, 2024
2 parents 1d7713d + 7a9aca9 commit 12bb42e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/ActiveRecordInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +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.
*
* @return array Property values (name => value).
*@throws Exception
*
* @throws InvalidConfigException
* @return array Property values (name => value).
*/
public function values(array|null $names = null, array $except = []): array;

Expand Down
1 change: 0 additions & 1 deletion src/Trait/ArrayAccessTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use InvalidArgumentException;
use Yiisoft\ActiveRecord\ActiveRecordInterface;

use function get_object_vars;
use function is_array;
use function property_exists;

Expand Down

0 comments on commit 12bb42e

Please sign in to comment.