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 - +