From 968cd98dfed42e858d3d2953794b21d49dd692d9 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 14 Oct 2009 10:19:47 -0700 Subject: Indentation and phpDoc fixes --- modules/gallery/helpers/user.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'modules') diff --git a/modules/gallery/helpers/user.php b/modules/gallery/helpers/user.php index f09e963e..16d320e4 100644 --- a/modules/gallery/helpers/user.php +++ b/modules/gallery/helpers/user.php @@ -236,10 +236,7 @@ class user_Core { } /** - * Determine if a feature is supported by the driver. - * - * @param string $feature the name of the feature to check - * @return boolean true if supported + * @see Identity_Core::is_writable. */ static function is_writable() { return Identity::instance()->is_writable(); @@ -248,7 +245,7 @@ class user_Core { /** * @see Identity_Driver::guest. */ -static function guest() { + static function guest() { return Identity::instance()->guest(); } -- cgit v1.2.3