Jconline
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 2
-
-
-
Jconline 进行了评论, -
-
Jconline 进行了评论, -
Jconline 创建了一个帖子, What style formater is making this indent happen?
$isValidOccurrenceDate = $event && $start <= $today && count( $this->eventService->getEventOccurrencesInRange([$params['event_id']], $start, $end)) > 0; Using style settings for PSR12, the above ... -
Jconline 创建了一个帖子, Help getting PSR12 code settings configured - multi-line function call indent
With my Editor -> Code Style -> PHP set from PSR12... if ($this->currentUser->isImportantPerson() || $this->currentUser->example($campusId ?? $currentCampusId)) { return true;} When I auto-format...