From 3dc31b4c2571eea39810666f683fa86a2f6e0293 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Thu, 27 Dec 2018 15:26:57 +0100 Subject: [PATCH] use .yaml instead of .yml --- form/form_collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/form_collections.rst b/form/form_collections.rst index 783dcf785f7..7c9147e81b4 100644 --- a/form/form_collections.rst +++ b/form/form_collections.rst @@ -474,7 +474,7 @@ you will learn about next!). .. code-block:: yaml - # src/Resources/config/doctrine/Task.orm.yml + # src/Resources/config/doctrine/Task.orm.yaml App\Entity\Task: type: entity # ...