Skip to content

Commit

Permalink
Fix link to constant naming on PHP page
Browse files Browse the repository at this point in the history
Fixes a small issue on PHP naming convention page where clicking the constant naming link did nothing due to it being mistyped.
  • Loading branch information
Harleyoc1 authored Dec 6, 2021
1 parent bb34f27 commit 9750e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/README.md
Original file line number Diff line number Diff line change
@@ -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).
Missing something? Please contribute here by reading [this guide](../docs/CONTRIBUTING.md).

0 comments on commit 9750e58

Please sign in to comment.