www.php-fig.org
www.php-fig.org copied to clipboard
Source for the PHP-FIG website
Bumps [twig/twig](https://github.com/twigphp/Twig) from 2.14.7 to 2.14.11. Changelog Sourced from twig/twig's changelog. 2.14.11 (2022-02-04) Fix a security issue when in a sandbox: the sort filter must require a Closure for the...
- Editors become maintainers after PSR is accepted, updated labels - Move credits of past contributors to meta files, to reduce clutter - Add meta file for PSR-0 and PSR-1...
While thinkering with the site, I've found a bug in markdown rendering: top level titles (AKA ``) are rendered at the HTML level, but are not visible: Compare: * https://www.php-fig.org/bylaws/mission-and-structure/...
Does not suffice RSS
* PSR 0 Autoloading Standard * PSR 4 Autoloading Standard ___ * PSR 1 Basic Coding Standard * PSR 2 Coding Style Guide * PSR 12 Extended Coding Style Guide...
This merge requests add a TOC in the sidebar for all PSRs & PERs (see #320) The TOC is generated from the Markdown content, by taking the first 2 levels...
I was thinking it could be shown there :  and if possible stay visible when scrolling
Going through the [specification](https://www.php-fig.org/per/coding-style/), I've noticed some of the (PHP) code highlighting to be somewhat off. [3. Declare Statements, Namespace, and Import Statements](https://www.php-fig.org/per/coding-style/#3-declare-statements-namespace-and-import-statements):  [4.2 Using traits](https://www.php-fig.org/per/coding-style/#42-using-traits)  [10. Heredoc...
This just updates a few things. - Documents ruby using wider version range (Still messes with my RVM, confirmed 2.7.6 works) - Updates node-sass docker-image and command(s) to run for...