phpstan
Verified for current stable LTS
Phpstan Command: Display Analysis Options
Use for display analysis options with Phpstan. Exact CLI syntax to display analysis options using Phpstan.
When to use this: Use for display analysis options with Phpstan.
Command Syntax
phpstan analyse --help phpstan analyse --help Live Command Builder
Final Command
phpstan analyse --help Command Breakdown
--help- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to display analysis options using Phpstan.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Phpstan Command: Analyze Directories
phpstan analyse <path/to/directory1 path/to/directory2 ...> Phpstan Command: Analyze Directory With Config phpstan analyse <path/to/directory> -c <path/to/config> Phpstan Command: Analyze With Autoload File phpstan analyse <path/to/directory> -a <path/to/autoload_file> Phpstan Command: Analyze With Memory Limit phpstan analyse <path/to/directory> --memory-limit <memory_limit> Phpstan Command: Analyze With Specific Rule Level phpstan analyse <path/to/directory> -l <level>