mirror of
https://github.com/danog/psalm.git
synced 2024-11-30 04:39:00 +01:00
Add TOC back to index
This commit is contained in:
parent
df5d369443
commit
6ac2d22f76
@ -2,6 +2,16 @@
|
||||
|
||||
[Psalm](https://getpsalm.org) is a static analysis tool that attempts to dig into your program and find as many type-related bugs as possible.
|
||||
|
||||
- [Introduction](#introduction)
|
||||
- [Installation](installation.md)
|
||||
- [Configuration](configuration.md)
|
||||
- [Running Psalm](running_psalm.md)
|
||||
- [Supported Annotations](supported_annotations.md)
|
||||
- [Dealing with code issues](dealing_with_code_issues.md)
|
||||
- [Typing in Psalm](typing_in_psalm.md)
|
||||
- [Plugins](plugins.md)
|
||||
- [Checking non-PHP files](checking_non_php_files.md)
|
||||
|
||||
## Introduction
|
||||
|
||||
Psalm tries to understand your codebase as best as possible so it can find errors.
|
||||
|
Loading…
Reference in New Issue
Block a user