From 28329844b880f31a5dc81ebb8552c48d34ba75b5 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 25 Apr 2017 15:36:20 +0200 Subject: [PATCH] TASK: Update docs * To keep naming in sync with code, to make examples work. --- Documentation/source/configuration.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/source/configuration.rst b/Documentation/source/configuration.rst index 6209816..49a00ba 100644 --- a/Documentation/source/configuration.rst +++ b/Documentation/source/configuration.rst @@ -28,13 +28,13 @@ Configures which extension names are legacy. Used to provide further checks and possible legacy code. All class usages starting with ``Tx_`` where ExtensionName is defined in this array, will produce a warning, until the class is already found to be deprecaed. -Can and have to be configured for each sniff, e.g. ``Instanceof`` and ``DocComment``. +Can and have to be configured for each sniff, e.g. ``Instanceof`` and ``PhpDocComment``. Example: .. code:: xml - + @@ -46,7 +46,7 @@ Example: allowedTags ----------- -Only used inside Sniff ``Typo3Update.LegacyClassnames.DocComment``. +Only used inside Sniff ``Typo3Update.Classname.PhpDocComment``. Configures which tags are checked for legacy class names. @@ -57,7 +57,7 @@ Example: .. code:: xml - +