From 848d3e382b61946d79d5f298d808355699b46033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Thu, 20 Aug 2026 21:52:26 -0300 Subject: [PATCH] Change link to PHP coding standards Replaces the version from master with the version from PHP 8.5. --- spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.md b/spec.md index 1e51153..a0e63be 100644 --- a/spec.md +++ b/spec.md @@ -224,7 +224,7 @@ $result = match ($a) { ### 2.7 Naming -This Standard RECOMMENDS following the [php-src coding standards](https://github.com/php/php-src/blob/master/CODING_STANDARDS.md#user-functionsmethods-naming-conventions) with regard to abbreviations and acronyms. +This Standard RECOMMENDS following the [php-src coding standards](https://github.com/php/php-src/blob/PHP-8.5/CODING_STANDARDS.md#user-functionsmethods-naming-conventions) with regard to abbreviations and acronyms. Specifically: