zikula / core

Zikula Core Framework
GNU Lesser General Public License v3.0
237 stars 66 forks source link

[General] PSR-12 support #3987

Open Guite opened 5 years ago

Guite commented 5 years ago

Since PSR-2 is deprecated consider switching to PSR-12

See also:

Guite commented 4 years ago

Reminder: put declare(strict_types=1); below the file comment block.

This includes updating StyleCI config because currently it does not like it (see aa4217c9d8a0e338000df684f2e34d05bfc051f6)

Guite commented 4 years ago

https://docs.styleci.io/presets#psr12