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
Please note that this website section is under development as of June 2020. The plan is to write about development of custom extensions in much more detail. Thanks for understanding.
Be aware that PHPStan configuration settings are being cached. You might need to clear this cache when working on an extension in order for your phpstan instance to acknowledge your changes.
14
-
15
-
This cache can be cleared the `clear-result-cache` command. [Learn more »](/user-guide/command-line-usage#clearing-the-result-cache)
16
-
17
-
Result cache also gets disabled when running with [`--debug`](/user-guide/command-line-usage#--debug).
Please note that this website section is under development as of May 2021. The plan is to write about development of custom extensions in much more detail. Thanks for understanding.
8
-
9
-
</div>
10
-
11
5
PHPStan's behavior can be customized in various ways.
12
6
13
7
[Learn about core concepts »](/developing-extensions/core-concepts)
0 commit comments