Note that sometimes you must parse the PHP stubs manually
parent
beb3a3b994
commit
5ff96cff65
|
@ -199,3 +199,7 @@ Run the tests with
|
||||||
Lint with
|
Lint with
|
||||||
|
|
||||||
composer lint
|
composer lint
|
||||||
|
|
||||||
|
The project parses PHPStorm's PHP stubs to get support for PHP builtins. It re-parses them as needed after Composer processes, but after some code changes (such as ones involving the index or parsing) you may have to explicitly re-parse them:
|
||||||
|
|
||||||
|
composer run-script parse-stubs
|
||||||
|
|
Loading…
Reference in New Issue