Skip to content

Commit 7a8b9ca

Browse files
committed
Use tabs for entity_mapping.neon example
1 parent f18c417 commit 7a8b9ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ For example, the Paragraphs module could have the following `entity_mapping.neon
186186

187187
```neon
188188
parameters:
189-
entityMapping:
190-
paragraph:
191-
class: Drupal\paragraphs\Entity\Paragraph
192-
paragraphs_type:
193-
class: Drupal\paragraphs\Entity\ParagraphsType
189+
entityMapping:
190+
paragraph:
191+
class: Drupal\paragraphs\Entity\Paragraph
192+
paragraphs_type:
193+
class: Drupal\paragraphs\Entity\ParagraphsType
194194
```
195195

196196
Then in the `composer.json` for Paragraphs, the `entity_mapping.neon` would be provided as a PHPStan include

0 commit comments

Comments
 (0)