Open Guite opened 5 years ago
Since PSR-2 is deprecated consider switching to PSR-12
See also:
Reminder: put declare(strict_types=1); below the file comment block.
declare(strict_types=1);
This includes updating StyleCI config because currently it does not like it (see aa4217c9d8a0e338000df684f2e34d05bfc051f6)
https://docs.styleci.io/presets#psr12
Since PSR-2 is deprecated consider switching to PSR-12
See also: