TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
// Removed global functions
|
||||
'debugBegin' => [
|
||||
'numberOfMandatoryArguments' => 0,
|
||||
'maximumNumberOfArguments' => 0,
|
||||
'restFiles' => [
|
||||
'Breaking-37180-RemovedExtDirectDebugAndGLOBALSerror.rst',
|
||||
],
|
||||
],
|
||||
'debugEnd' => [
|
||||
'numberOfMandatoryArguments' => 0,
|
||||
'maximumNumberOfArguments' => 0,
|
||||
'restFiles' => [
|
||||
'Breaking-37180-RemovedExtDirectDebugAndGLOBALSerror.rst',
|
||||
],
|
||||
],
|
||||
'xdebug' => [
|
||||
'numberOfMandatoryArguments' => 0,
|
||||
'maximumNumberOfArguments' => 0,
|
||||
'restFiles' => [
|
||||
'Breaking-82640-Re-arrangingGlobalDebugFunctions.rst',
|
||||
],
|
||||
],
|
||||
'debug' => [
|
||||
'numberOfMandatoryArguments' => 0,
|
||||
'maximumNumberOfArguments' => 3,
|
||||
'restFiles' => [
|
||||
'Breaking-82640-Re-arrangingGlobalDebugFunctions.rst',
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user