There MUST be one use keyword per declaration <-- does this still apply in PHP7

2018-02-02 Thread Julian Vidal
I write my projects using PSR-2 enforced by my IDE (PhpStorm) and have phpcs constantly in the background too. While working today, I found something odd that I would like to discuss in this list. I wrote this: use App\Services\AuditTrail\Actions\{ ModelPreUpdate, ModelPostUpdate, M

Re: There MUST be one use keyword per declaration <-- does this still apply in PHP7

2018-02-02 Thread Julian Vidal
posed/extended-coding-style-guide.md > > Il giorno venerdì 2 febbraio 2018 21:05:38 UTC+1, Julian Vidal ha scritto: >> >> I write my projects using PSR-2 enforced by my IDE (PhpStorm) and have >> phpcs constantly in the background too. While working today, I found >> someth