TASK: Add further information to doc, what exactly is supported

Relates: #4
This commit is contained in:
Daniel Siepmann 2017-03-16 14:17:40 +01:00
parent 187dc918a9
commit bbc1daf105
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -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: