You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/03-03-01-Namespaces.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ _Namespaces_ solve this problem. As described in the PHP reference manual, names
10
10
11
11
It is important for you to namespace your code so that it may be used by other developers without fear of colliding with other libraries.
12
12
13
-
One recommended way to use namespaces is outlined in [PSR-0](psr0), which aims to provide a standard file, class and namespace convention to allow plug-and-play code.
13
+
One recommended way to use namespaces is outlined in [PSR-0][psr0], which aims to provide a standard file, class and namespace convention to allow plug-and-play code.
0 commit comments