Skip to content

Commit

Permalink
Fix test vscode task
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schindler committed Oct 27, 2022
1 parent 5cc45f8 commit 49faaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"label": "PHPStan",
"type": "shell",
"command": "php Backend/Libraries/vendor/bin/phpstan analyse -c .phpstan.neon --memory-limit 500M",
"command": "php vendor/bin/phpstan analyse -c .phpstan.neon --memory-limit 500M",
"group": {
"kind": "build",
"isDefault": true
Expand Down

0 comments on commit 49faaef

Please sign in to comment.