From edd12e195c538012ad9723807651a52c8eaba567 Mon Sep 17 00:00:00 2001 From: rzilin <32599325+rzilin@users.noreply.github.com> Date: Fri, 12 Jan 2018 14:24:15 +0000 Subject: [PATCH] Update framework.rst Add `atom` to the list of IDE options --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 69f5ada5038..52124d44d56 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -204,7 +204,7 @@ ide Symfony turns file paths seen in variable dumps and exception messages into links that open those files right inside your browser. If you prefer to open those files in your favorite IDE or text editor, set this option to any of the -following values: ``phpstorm``, ``sublime``, ``textmate``, ``macvim`` and ``emacs``. +following values: ``phpstorm``, ``sublime``, ``textmate``, ``macvim``, ``atom`` and ``emacs``. .. note::