fig-standards icon indicating copy to clipboard operation
fig-standards copied to clipboard

Standards either proposed or approved by the Framework Interop Group

Results 15 fig-standards issues
Sort by recently updated
recently updated
newest added

Old description It is common that a library, application or CMSs need to have a template renderer / engine for rendering data for their websites or emails. As a library...

New PSR
WIP

To support PSRs and PERs

Internal: Bylaw or Admin Change
WIP

Internal: Bylaw or Admin Change

A new PSR to standardize how data can be queried. Here is the Google Groups thread: https://groups.google.com/g/php-fig/c/bKg4OvW-wcY

New PSR
WIP

Redis recommends to use colon to namespace ours keys, and many tools use this pattern to analyse keys. So we loose much power by forbinding this. --- More information there...

PSR-6 + PSR-16: Cache
Typos and Errata

Originally : https://github.com/php-fig/fig-standards/pull/899 Currently, the placement of the return type does not match that of PHP7. For a new developer, this would seem 'wrong' as there are now 2 different...

PSR-5 + PSR-19: PHPDoc

I am proposing the following amendment to PSR-17. I am aware of the [amendments clause of the bylaws](https://www.php-fig.org/bylaws/psr-amendments/): > Following the rules of the workflow bylaw, once a PSR has...

PSR-17: HTTP Factory

See https://github.com/symfony/symfony/issues/44995 for details. The spec isn't extremely clear about this but all implementations I checked (very reasonably) do this already. It does not hurt to spell out the "obvious"...

PSR-6 + PSR-16: Cache
Typos and Errata
WIP

- Description can exists without summary (`PHPDoc` rule) - `eol` rule added to be compatible with PSR-12 - Summary can't be empty (`summary` rule) - No spaces before `tag-signature` (`tag-details`...

Changed array key of $_FILES content from `3` to `2`