Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 54a36b7

Browse files
committed
Reviewed PR after peer review
1 parent f015c31 commit 54a36b7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/guides/v2.3/ext-best-practices/phpstorm/code-generation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ The PHPStorm plugin enables features and functionality to help you create custom
99

1010
### XML file header
1111

12-
The new include code template was added to the generated with the plugin XML files.
13-
To configure it, go to the `Preferences -> Editor -> File and Code Templates -> Includes -> XML File Header`:
12+
The **XML file header** template is located in the PHPStorm plugin menu, under **Preferences** > **Editor** > **File and Code Templates**.
13+
14+
You can configure the **XML file header** that appears in all generated XML files in the PHPStorm plugin GUI:
1415

1516
![]({{site.baseurl}}/common/images/phpstorm/xml-file-header.png)
1617

1718
#### Usage
1819

19-
All generated XML files include the header, for example:
20+
All generated XML files will include the **XML file header**:
2021

2122
![]({{site.baseurl}}/common/images/phpstorm/xml-file-header-in-file.png)
2223

0 commit comments

Comments
 (0)