TASK: Extend readme
This commit is contained in:
parent
69de131a4c
commit
3cc85feec7
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ new ones like ``\TYPO3\Extbase\...``. This is done for:
|
||||||
|
|
||||||
- Static calls like ``t3lib_div::`` to ``\TYPO3\Core\Utility\GeneralUtility``.
|
- 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.
|
- Typehints in methods and function like injects.
|
||||||
|
|
||||||
- ``instanceof`` checks.
|
- ``instanceof`` checks.
|
||||||
|
|
Loading…
Reference in a new issue