Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 445 Bytes

README.dev.md

File metadata and controls

15 lines (10 loc) · 445 Bytes

composer install

when PHP Fatal error: Allowed memory size then

COMPOSER_MEMORY_LIMIT=-1 composer install

phpstan.neon

includes:
    - phpstan-global.neon
parameters:
    editorUrl: 'phpstorm://open?file=%relFile&line=%line'
    editorUrlTitle: '{{editorPath}}/%%relFile%%:%%line%%'

{{editorPath}}, PhpStorm project dir, right click on project dir, Copy Path/Reference > Absolute Path and paste it there.