Files
ale/ale_linters/php
Kevin Quinn 62af9f2650 fix: memory-limit option for phpstan (#4900)
This might only be a problem for newer phpstan versions (2.1.1 here).

If you try to run `phpstan` the way ale will when it builds the option, you will get something like:

```
The "--memory-limit" option requires a value.
```

It wants you to use `--memory-limit=-1` instead.
2025-02-07 18:12:54 +09:00
..
2021-11-19 07:41:05 +09:00
2021-02-02 17:34:59 +03:00