Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Mar 27, 2024
1 parent 263286e commit 094ad95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Engine/Utils/Collections/IdentityList.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ class IdentityList extends \ArrayObject implements \JsonSerializable
* @param IdentityModel $value
* @return void
*/
public function offsetSet($offset, $value): void {
public function offsetSet($offset, $value): void
{
parent::offsetSet($value->identifier, $value);
}
}

0 comments on commit 094ad95

Please sign in to comment.