From 7f294735e76767bda800b50c051d927f331d12fd Mon Sep 17 00:00:00 2001 From: Agnohendrix Date: Wed, 5 May 2021 15:55:44 +0200 Subject: [PATCH] Fixed wrong push --- docs/intermediate/configure-php-xdebug/linux/atom.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intermediate/configure-php-xdebug/linux/atom.rst b/docs/intermediate/configure-php-xdebug/linux/atom.rst index 7b18a56f..c7d8aa16 100644 --- a/docs/intermediate/configure-php-xdebug/linux/atom.rst +++ b/docs/intermediate/configure-php-xdebug/linux/atom.rst @@ -119,7 +119,7 @@ Copy/paste all of the following lines into the above created ``xdebug.ini`` file xdebug.idekey=xdebug.atom ; Optional: Set to true to always auto-start xdebug - xdebug.remote_autostart=false $data['breadcrumbs'] = array(); + xdebug.remote_autostart=false `Xdebug 3.0 changes `_: .. code-block:: ini