From 3c2aa63bc674934f87598cc1f70f84d3cc03f73e Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Mon, 11 May 2020 10:14:33 +0200 Subject: [PATCH] Fix rendering of code block --- Resources/doc/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index 8c0ea881..180b3f37 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -305,8 +305,7 @@ If you want to exclude a set of tables from being purged, e.g. because your sche semi-static data, pass the option ``--purge-exclusions``. Specify ``--purge-exclusions`` multiple times to exclude multiple tables. -You can also customize purging behavior significantly more and implement a custom purger plus a custom purger factory. - +You can also customize purging behavior significantly more and implement a custom purger plus a custom purger factory:: // src/Purger/CustomPurger.php namespace App\Purger;