From 3cc85feec794ce208b1a1ac8a241be5e1bfabcdf Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 28 Mar 2017 08:48:43 +0200 Subject: [PATCH] TASK: Extend readme --- Readme.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.rst b/Readme.rst index ce6c08f..a7a1243 100644 --- a/Readme.rst +++ b/Readme.rst @@ -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.