| @@ -26,9 +26,9 @@ | ||
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | 28 | * @throws UserGroupTypeException |
| 29 | 29 | */ |
| 30 | - public function createUserGroup(int|string|null $id = null): UserGroup | |
| 30 | + public function createUserGroup(null|int|string $id = null): UserGroup | |
| 31 | 31 | { |
| 32 | 32 | return new UserGroup( |
| 33 | 33 | $this->php, |
| 34 | 34 | $this->wordpress, |