Jconline

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 2
-
-
-
Jconline commented, -
-
Jconline commented, -
Jconline created a post, 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 created a post, 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...