Skip to content

Commit 4795ba2

Browse files
authored
[4.3] ComponentDispatcher comments (#41005)
1 parent da5d5b3 commit 4795ba2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

administrator/components/com_actionlogs/src/Dispatcher/Dispatcher.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
// phpcs:enable PSR1.Files.SideEffects
1919

2020
/**
21-
* ComponentDispatcher class for com_admin
21+
* ComponentDispatcher class for com_actionlogs
2222
*
2323
* @since 4.2.7
2424
*/
2525
class Dispatcher extends ComponentDispatcher
2626
{
2727
/**
28-
* com_admin does not require check permission, so we override checkAccess method and have it empty
28+
* Method to check component access permission
2929
*
3030
* @return void
3131
*

administrator/components/com_joomlaupdate/src/Dispatcher/Dispatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
// phpcs:enable PSR1.Files.SideEffects
1919

2020
/**
21-
* ComponentDispatcher class for com_admin
21+
* ComponentDispatcher class for com_joomlaupdate
2222
*
2323
* @since 4.0.0
2424
*/

0 commit comments

Comments
 (0)