Some minor linting.

This commit is contained in:
jgen
2014-12-14 16:06:31 -08:00
parent 433d67453c
commit 95b94bd115
2 changed files with 2 additions and 1 deletions

View File

@ -46,6 +46,7 @@ class User {
* would be to use User::by_id, User::by_session, etc.
*
* @param mixed $row
* @throws SCoreException
*/
public function __construct($row) {
global $_user_classes;