Skip to content

Commit

Permalink
Fix default
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderRonde committed Mar 23, 2024
1 parent a664e84 commit 1b68fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"phpstan.checkValidity": {
"type": "boolean",
"description": "Check the validity of the PHP code before checking it with PHPStan. This is recommended only if you have autoSave enabled or for some other reason save syntactically invalid code. PHPStan tends to invalidate its cache when checking an invalid file, leading to a slower experience.",
"default": true
"default": false
}
}
},
Expand Down Expand Up @@ -302,4 +302,4 @@
"dependencies": {
"tmp-promise": "^3.0.3"
}
}
}

0 comments on commit 1b68fe2

Please sign in to comment.