From bbc1daf10565a6a6bcb4b9429d9e96adf2a0ee2f Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 16 Mar 2017 14:17:40 +0100 Subject: [PATCH] TASK: Add further information to doc, what exactly is supported Relates: #4 --- Readme.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Readme.rst b/Readme.rst index 7d6a6cf..4aba35d 100644 --- a/Readme.rst +++ b/Readme.rst @@ -58,11 +58,12 @@ new ones like ``\TYPO3\Extbase\...``. This is done for: - Instantiation through ``new``. -- Instantiation through ``makeInstance``. +- Instantiation through ``makeInstance``. Only Classnames in Strings are supported, no ``::class``. - Instantiation through ``ObjectManager``, check afterwards as this is static and all function calls using ``get`` and ``create`` will be adjusted. Might be useful to exclude this sniff and run it separately. + Only Classnames in Strings are supported, no ``::class``. Also we check for the following deprecated calls: