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
Set flycheck phpstan-executable automatically when non-NIL.
127
+
127
128
*** Custom variable ~phpstan-memory-limit~
128
129
Use phpstan memory limit option when non-NIL.
129
130
- STRING :: Specifies the memory limit in the same format php.ini accepts.
130
131
- ex) ~"1G"~
131
132
- ~nil~ :: Use memory limit in php.ini
133
+
134
+
*** Custom variable ~phpstan-docker-image~
135
+
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]]
136
+
and [[https://github.com/orgs/phpstan/packages/container/package/phpstan][GitHub Container Registory - Package phpstan]].
0 commit comments