diff options
| author | Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr> | 2014-04-22 15:08:18 +0200 |
|---|---|---|
| committer | Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr> | 2014-04-22 15:08:18 +0200 |
| commit | d156c47f0951cf681d16ed047f322e8332eb485e (patch) | |
| tree | 1b97d1cb437fd7b2c0262640b7a70026e054413f /models/acl.php | |
| parent | 919e5d51a4cc4a2928cd34c8c575d4c003bb9a74 (diff) | |
Better documentation
These changes have been automatically suggested by scrutinizer-ci.com
Diffstat (limited to 'models/acl.php')
| -rw-r--r-- | models/acl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/acl.php b/models/acl.php index c8a39ee4..622aca9a 100644 --- a/models/acl.php +++ b/models/acl.php @@ -110,7 +110,7 @@ class Acl extends Base * Get the connected user id * * @access public - * @return bool + * @return integer */ public function getUserId() { |
