Skip to content

Commit 37c33b0

Browse files
[5.4]codestyle comment block (joomla#46427)
Just for consistency - code review only Signed-off-by: BrianTeeman <[email protected]> Co-authored-by: Richard Fath <[email protected]>
1 parent 7b5d99e commit 37c33b0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

administrator/components/com_users/src/Dispatcher/Dispatcher.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22

33
/**
4-
* @package Joomla.Administrator
5-
* @subpackage com_users
4+
* @package Joomla.Administrator
5+
* @subpackage com_users
66
*
77
* @copyright (C) 2021 Open Source Matters, Inc. <https://www.joomla.org>
8-
* @license GNU General Public License version 2 or later; see LICENSE.txt
8+
* @license GNU General Public License version 2 or later; see LICENSE.txt
99
*/
1010

1111
namespace Joomla\Component\Users\Administrator\Dispatcher;

administrator/components/com_users/src/Helper/Mfa.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22

33
/**
4-
* @package Joomla.Administrator
5-
* @subpackage com_users
4+
* @package Joomla.Administrator
5+
* @subpackage com_users
66
*
7-
* @copyright (C) 2022 Open Source Matters, Inc. <https://www.joomla.org>
8-
* @license GNU General Public License version 2 or later; see LICENSE.txt
7+
* @copyright (C) 2022 Open Source Matters, Inc. <https://www.joomla.org>
8+
* @license GNU General Public License version 2 or later; see LICENSE.txt
99
*/
1010

1111
namespace Joomla\Component\Users\Administrator\Helper;

0 commit comments

Comments
 (0)