Commit 91fb7f10 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:tractor: fix(core) Renamed interface to please sonar

issue #5970
Showing with 2 additions and 2 deletions
+2 -2
...@@ -20,13 +20,13 @@ ...@@ -20,13 +20,13 @@
*/ */
/*! /*!
* \file interface_userTabLockingAction.inc * \file interface_UserTabLockingAction.inc
* Source code for the interface userTabLockingAction * Source code for the interface userTabLockingAction
*/ */
/*! \brief This interface is implemented when a user tabs needs to alter the locking LDAP modification for users /*! \brief This interface is implemented when a user tabs needs to alter the locking LDAP modification for users
*/ */
interface userTabLockingAction interface UserTabLockingAction
{ {
/*! \brief Fills the $modify array with needed modifications for (un)locking this user /*! \brief Fills the $modify array with needed modifications for (un)locking this user
* *
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment