Skip to content

Commit 92194ad

Browse files
committed
Cleanup
1 parent e0c801a commit 92194ad

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

website/src/developing-extensions/core-concepts.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,6 @@
22
title: Core Concepts
33
---
44

5-
<div class="bg-yellow-100 border-l-4 border-yellow-500 text-yellow-700 p-4 mb-4" role="alert">
6-
7-
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.
8-
9-
</div>
10-
11-
<div class="bg-yellow-100 border-l-4 border-yellow-500 text-yellow-700 p-4 mb-4" role="alert">
12-
13-
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).
18-
19-
</div>
20-
215
Abstract Syntax Tree
226
-----------------
237

website/src/developing-extensions/extension-types.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
title: Extension Types
33
---
44

5-
<div class="bg-yellow-100 border-l-4 border-yellow-500 text-yellow-700 p-4 mb-4" role="alert">
6-
7-
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-
115
PHPStan's behavior can be customized in various ways.
126

137
[Learn about core concepts »](/developing-extensions/core-concepts)

0 commit comments

Comments
 (0)