Skip to content

Commit

Permalink
Merge branch 'feature/ktomk-fixes' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Nov 22, 2010
2 parents 29c48bc + 5fe6037 commit 2cc9b97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions accepted/PSR-0.md
Expand Up @@ -8,8 +8,8 @@ to for autoloader interoperability.
* Each namespace can have as many sub-namespaces as it wishes.
* Each namespace separator is converted to a DIRECTORY_SEPARATOR when
loading from the file system.
* Each "_" character in the CLASS NAME is converted to a
* DIRECTORY_SEPARATOR. The "_" character has no special meaning in the
* Each "\_" character in the CLASS NAME is converted to a
DIRECTORY_SEPARATOR. The "\_" character has no special meaning in the
namespace.
* The fully-qualified namespace and class is suffixed with ".php" when
loading from the file system.
Expand Down

0 comments on commit 2cc9b97

Please sign in to comment.