BUGFIX: URL typo fixes
This commit is contained in:
parent
be4b76c192
commit
b44eb0994f
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ use PHP_CodeSniffer_Tokens as PhpCsTokens;
|
|||
/**
|
||||
* Analyses feature 6991.
|
||||
*
|
||||
* @see https://docs.typo3.org/typo3cms/extensions/core/7.6/7.6/Changelog/7.6/Feature-69916-PSR-7-basedRoutingForBackendAJAXRequests.html
|
||||
* @see https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.6/Feature-69916-PSR-7-basedRoutingForBackendAJAXRequests.html
|
||||
*/
|
||||
class Typo3Update_Sniffs_Deprecated_AjaxRegistrationSniff implements PhpCsSniff
|
||||
{
|
||||
|
@ -92,7 +92,7 @@ class Typo3Update_Sniffs_Deprecated_AjaxRegistrationSniff implements PhpCsSniff
|
|||
[
|
||||
"\$GLOBALS['TYPO3_CONF_VARS']['BE']['AJAX'][\$ajaxID]",
|
||||
$token['content'],
|
||||
'https://docs.typo3.org/typo3cms/extensions/core/7.6/7.6/Changelog/7.6/Feature-69916-PSR-7-basedRoutingForBackendAJAXRequests.html'
|
||||
'https://docs.typo3.org/typo3cms/extensions/core/7.6/Changelog/7.6/Feature-69916-PSR-7-basedRoutingForBackendAJAXRequests.html'
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue