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

Commit f117e04

Browse files
committed
Correct type hint for XML block
1 parent d615a44 commit f117e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guides/v2.3/extension-dev-guide/build/di-xml-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ For multi-system deployments, such as the [pipeline deployment model]({{ page.ba
416416

417417
The following code sample is a template for specifying values as sensitive or system-specific:
418418

419-
```php
419+
```xml
420420
<type name="Magento\Config\Model\Config\TypePool">
421421
<arguments>
422422
<argument name="VALUE_TYPE" xsi:type="array">

0 commit comments

Comments
 (0)