Skip to content

Commit

Permalink
fix: remove ProjectTypes from phpstan command (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Dec 4, 2024
1 parent 46dacc8 commit a4ebc70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commands/web/phpstan
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
## Description: Run phpstan inside the web container
## Usage: phpstan [flags] [args]
## Example: "ddev phpstan" or "ddev phpstan -n"
## ProjectTypes: drupal,drupal8,drupal9,drupal10
## ExecRaw: true

if ! command -v phpstan >/dev/null; then
Expand Down

0 comments on commit a4ebc70

Please sign in to comment.