@@ -41,6 +41,7 @@ if (!defined('USER_RIGHT_KEY')) {
*
* @author Mark Scherer
* @license MIT
+ * @deprecated Use TinyAuth AuthUser instead.
*/
trait AuthUserTrait {
@@ -8,6 +8,8 @@ use Tools\Auth\AuthUserTrait;
/**
* Authentication User component class
+ *
class AuthUserComponent extends Component {
@@ -9,7 +9,7 @@ use Tools\Auth\AuthUserTrait;
* Helper to access auth user data.
- * @author Mark Scherer
class AuthUserHelper extends Helper {
@@ -52,8 +52,6 @@ class AuthUserComponentTest extends TestCase {
}
- * testSessionReadWrite method
- *
* @return void
public function testEmptyAuthSession() {