Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 20, 2024
1 parent ac2a6d7 commit 48e5e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActiveRecordInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public function getPrimaryKey(bool $asArray = false): mixed;
*
* @return ActiveRecordInterface|array|null The relation object.
*/
public function relation(string $name): ActiveRecordInterface|array|null;
public function relation(string $name): self|array|null;

/**
* Returns the relation object with the specified name.
Expand Down

0 comments on commit 48e5e3c

Please sign in to comment.