| @@ -213,10 +213,10 @@ | ||
| 213 | 213 | |
| 214 | 214 | private function isDefaultTypeAdd( |
| 215 | 215 | array $defaultUserGroups, |
| 216 | 216 | string $userGroupId, |
| 217 | - ?string &$fromTime = null, | |
| 218 | - ?string &$toTime = null | |
| 217 | + string &$fromTime = null, | |
| 218 | + string &$toTime = null | |
| 219 | 219 | ): bool { |
| 220 | 220 | $userGroupInfo = isset($defaultUserGroups[$userGroupId]) === true ? $defaultUserGroups[$userGroupId] : []; |
| 221 | 221 | |
| 222 | 222 | if (isset($userGroupInfo['id']) === true && (string) $userGroupInfo['id'] === $userGroupId) { |