TASK: Extend readme

This commit is contained in:
Daniel Siepmann 2017-03-28 08:48:43 +02:00
parent 69de131a4c
commit 3cc85feec7
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -49,6 +49,8 @@ new ones like ``\TYPO3\Extbase\...``. This is done for:
- Static calls like ``t3lib_div::`` to ``\TYPO3\Core\Utility\GeneralUtility``.
- Static call also checks for ``::class``, as technically we just look before the ``::``.
- Typehints in methods and function like injects.
- ``instanceof`` checks.