@@ -165,10 +165,9 @@ discard block |
||
165 | 165 | * |
166 | 166 | * @since 1.0 |
167 | 167 | * |
168 | - * @param $key $_SESSION key |
|
169 | - * @param $value $_SESSION variable |
|
170 | 168 | * |
171 | - * @return mixed Session variable |
|
169 | + * @param string $key |
|
170 | + * @return string Session variable |
|
172 | 171 | */ |
173 | 172 | public function set( $key, $value ) { |
174 | 173 | |
@@ -220,12 +219,12 @@ discard block |
||
220 | 219 | /** |
221 | 220 | * Starts a new session if one hasn't started yet. |
222 | 221 | * |
223 | - * @return null |
|
222 | + * @return boolean |
|
224 | 223 | * Checks to see if the server supports PHP sessions or if the GIVE_USE_PHP_SESSIONS constant is defined |
225 | 224 | * |
226 | 225 | * @access public |
227 | 226 | * @since 1.0 |
228 | - * @return bool $ret True if we are using PHP sessions, false otherwise |
|
227 | + * @return boolean $ret True if we are using PHP sessions, false otherwise |
|
229 | 228 | */ |
230 | 229 | public function use_php_sessions() { |
231 | 230 |