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 41d8188 commit 7556100
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 @@ -191,7 +191,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 query object with the specified name.
Expand Down

0 comments on commit 7556100

Please sign in to comment.