From 830584fa8788915e6330941c1f7f27f316ec8b8b Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 4 Apr 2017 08:31:36 +0200 Subject: [PATCH] TASK: Improve docs --- .../Typo3Update/Sniffs/Removed/GenericFunctionCallSniff.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Standards/Typo3Update/Sniffs/Removed/GenericFunctionCallSniff.php b/src/Standards/Typo3Update/Sniffs/Removed/GenericFunctionCallSniff.php index 8b97280..706d892 100644 --- a/src/Standards/Typo3Update/Sniffs/Removed/GenericFunctionCallSniff.php +++ b/src/Standards/Typo3Update/Sniffs/Removed/GenericFunctionCallSniff.php @@ -27,7 +27,8 @@ use Symfony\Component\Yaml\Yaml; /** * Sniff that handles all calls to removed functions. * - * A single array defines the deprecations, see $removedFunctions. + * Removed functions are configured using YAML-Files, for examples see src/Standards/Typo3Update/Configuration/Removed/Functions/7.0.yaml + * Also check out the configuration options in Readme.rst. */ class Typo3Update_Sniffs_Removed_GenericFunctionCallSniff implements PhpCsSniff {