You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Determines whether PHPStan Editor Mode is available.
167
+
168
+
- ~nil~ (default) :: Dynamically checks the PHPStan version by getting the path of the installed PHPStan executable.
169
+
- ~'enabled~ :: Always use Editor Mode (this will cause an error in older versions of PHPStan)
170
+
- ~'disabled~ :: Never use Editor Mode (no support for editors provided)
171
+
165
172
*** Custom variable ~phpstan-docker-image~
166
173
Docker image URL or Docker Hub image name or NIL. Default as ~"ghcr.io/phpstan/phpstan"~. See [[https://phpstan.org/user-guide/docker][Docker - PHPStan Documentation]]
167
174
and [[https://github.com/orgs/phpstan/packages/container/package/phpstan][GitHub Container Registory - Package phpstan]].
0 commit comments