mirror of
https://github.com/danog/class-finder.git
synced 2024-11-26 20:14:59 +01:00
Fix README links
This commit is contained in:
parent
f42ddf796f
commit
ce66405a70
@ -93,9 +93,10 @@ Documentation
|
||||
|
||||
**Exceptions**:
|
||||
|
||||
* [Unknown namespace - (Unregistered)](docs/exceptions/unregisteredRoot.md)
|
||||
* [Unknown namespace - (Registered)](docs/exceptions/unknownSubNamespace.md)
|
||||
* [Files could not locate PHP](docs/exceptions/filesCouldNotLocatePHP.md)
|
||||
* [Files exec not available](docs/exceptions/filesExecNotAvailable.md)
|
||||
* [Missing composer.json](docs/exceptions/missingComposerConfig.md)
|
||||
* [Unknown namespace](docs/exceptions/unknownNamespace.md)
|
||||
|
||||
**Internals**
|
||||
|
||||
@ -132,4 +133,4 @@ Filtering classes to only classes that implement a namespace.
|
||||
Guidance for solving "class not found" errors resulting from typos in namespaces, missing directories, etc. Would print
|
||||
an HTML report. Not intended for production use, but debugging.
|
||||
|
||||
1.0.0 - Better compliance with semantic versioning.
|
||||
1.0.0 - Better compliance with semantic versioning.
|
||||
|
Loading…
Reference in New Issue
Block a user