💾 Archived View for freeshell.de › tldr › phpstan.gmi captured on 2024-02-05 at 11:48:00. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
A PHP static analysis tool to discover bugs in code.
phpstan analyse --help
phpstan analyse {path/to/directory}
phpstan analyse {path/to/directory} --configuration {path/to/config}
phpstan analyse {path/to/directory} --level {level}
phpstan analyse {path/to/directory} --autoload-file {path/to/autoload_file}
phpstan analyse {path/to/directory} --memory-limit {memory_limit}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).