mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
[TASK] Add DebugUtility::debug()
to list of disallowedStaticCalls
(#1232)
This commit is contained in:
parent
1611ef8c7a
commit
e7d7cbd196
1 changed files with 3 additions and 1 deletions
|
@ -46,7 +46,9 @@ parameters:
|
||||||
message: 'Use PSR-7 API instead'
|
message: 'Use PSR-7 API instead'
|
||||||
disallowedStaticCalls:
|
disallowedStaticCalls:
|
||||||
-
|
-
|
||||||
method: 'TYPO3\CMS\Extbase\Utility\DebuggerUtility::var_dump()'
|
method:
|
||||||
|
- 'TYPO3\CMS\Extbase\Utility\DebuggerUtility::var_dump()'
|
||||||
|
- 'TYPO3\CMS\Core\Utility\DebugUtility::debug()'
|
||||||
message: 'Use logging instead or remove if it was for debugging purposes.'
|
message: 'Use logging instead or remove if it was for debugging purposes.'
|
||||||
disallowedSuperglobals:
|
disallowedSuperglobals:
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in a new issue