Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jconline
Total activity
10
Last activity
November 12, 2021 19:18
Member since
November 11, 2021 00:06
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (2)
Comments (5)
Sort by recent activity
Recent activity
Votes
Created
November 12, 2021 19:18
I am trying to reproduce the wrapping now and I can't get it to wrap / chop down the line if its over 120 characters. The psr12 check is phpcs setup with the psr12 coding standard. We do have som...
Community
PhpStorm
Help getting PSR12 code settings configured - multi-line function call indent
0 votes
Created
November 11, 2021 18:58
according to psr12, this is valid: if ($this->currentUser->isImportantPerson() || $this->currentUser->example( $campusId ?? $currentCampusId)) { (one indent level before $campusId)
Community
PhpStorm
Help getting PSR12 code settings configured - multi-line function call indent
0 votes
Created
November 11, 2021 18:21
According to psr12 / phpcs it is only 1 indent.
Community
PhpStorm
Help getting PSR12 code settings configured - multi-line function call indent
0 votes
Created
November 11, 2021 14:18
Hello, I found that the specific error above could be fixed by checking `if() statement -> new line after last element`. However, it then indents it as such: if ($this->currentUser->isImportantPe...
Community
PhpStorm
Help getting PSR12 code settings configured - multi-line function call indent
0 votes
Created
November 11, 2021 14:07
Thanks, much appreciated.
Community
PhpStorm
What style formater is making this indent happen?
0 votes