Differences between PHP PSR-12 and PSR-2
Overview The PSR-12 coding standard replaces the previous PSR-2 standard. It takes new PHP features into account. PSR-12 additionally takes the following constructs into account, compared to PSR-2: Traits Types (for class properties and method para...

