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
Runner: show actionable information when PHPCS runs out of memory
As discussed in 3621, this PR adds a new function to show a "friendly" error message if/when PHPCS runs out of memory.
This functionality can't be tested via the unit/integration test suite as the PHP shutdown can't be mocked.
To test the functionality, I used a test run of PHPCS over its own code base with the following command:
```bash
phpcs -d memory_limit 32M
```
Fixes 3621
Co-authored-by: Alain Schlesser <[email protected]>
0 commit comments