From 9750e585e8a9cdf8639d7e78d6a05ca983fdde13 Mon Sep 17 00:00:00 2001 From: Harley O'Connor Date: Mon, 6 Dec 2021 16:34:43 +0000 Subject: [PATCH] Fix link to constant naming on PHP page Fixes a small issue on PHP naming convention page where clicking the constant naming link did nothing due to it being mistyped. --- php/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/README.md b/php/README.md index 8822f9e..27a7a77 100755 --- a/php/README.md +++ b/php/README.md @@ -1,10 +1,10 @@ # PHP Naming Convention List of covered sections: * [Class Naming](../php/class-naming.md) -* [Constant Naming](../php/constant-name.md) +* [Constant Naming](../php/constant-naming.md) * [Interface Naming](../php/interface-naming.md) * [Method Naming](../php/method-naming.md) * [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).