From b51b7f2879162f8e31a29bb0a675512b72522767 Mon Sep 17 00:00:00 2001 From: Huzaifa Arain Date: Mon, 2 Nov 2020 18:00:19 +0500 Subject: [PATCH] Added PHP-FIG PSR link --- php/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php/README.md b/php/README.md index 8822f9e..1263e98 100755 --- a/php/README.md +++ b/php/README.md @@ -1,5 +1,6 @@ # PHP Naming Convention List of covered sections: +* [PHP-FIG (**P**HP **S**tandards **R**ecommendations)](https://www.php-fig.org/psr/) * [Class Naming](../php/class-naming.md) * [Constant Naming](../php/constant-name.md) * [Interface Naming](../php/interface-naming.md) @@ -7,4 +8,4 @@ List of covered sections: * [Variable Naming](../php/variable-naming.md) * [Namespaces Naming](../php/namespaces-naming.md) -Missing something? Please contribute here by reading [this guide](../docs/CONTRIBUTING.md). \ No newline at end of file +Missing something? Please contribute here by reading [this guide](../docs/CONTRIBUTING.md).