1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Update philosophy.md

This commit is contained in:
Matthew Brown 2021-02-28 14:43:55 -05:00 committed by GitHub
parent 21306848dc
commit f074be9df2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,9 @@ Some interpreted languages have unofficial open-source typecheckers written in f
## Psalm's primary purpose is finding bugs
Psalm does a lot, but the main thing people use it for is to find potential bugs in their code.
Psalm does a lot, but people mainly use it to find potential bugs in their code.
All other functionality the language server, security analysis, manipulating/fixing code is a secondary concern.
## Psalms primary execution environment is the command line