mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-19 20:02:49 +02:00
Fixed w3c validator errors for "Duplicate ID"
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
isChild: true
|
||||
---
|
||||
|
||||
## Namespaces
|
||||
## Namespaces {#namespaces_title}
|
||||
|
||||
As mentioned above, the PHP community has a lot of developers creating lots of code. This means that one library's PHP code may use the same class name as another library. When both libraries are used in the same namespace, they collide and cause trouble.
|
||||
|
||||
|
Reference in New Issue
Block a user