Adding more PHP Doc comments.

This commit is contained in:
jgen
2014-04-28 17:36:11 -04:00
parent eadf1d9e87
commit 86612bb1ff
2 changed files with 42 additions and 4 deletions

View File

@@ -1438,6 +1438,9 @@ function _fatal_error(Exception $e) {
*
* Necessary because various servers and various clients
* think that / is special...
*
* @param string $str
* @return string
*/
function _decaret($str) {
$out = "";
@@ -1456,6 +1459,9 @@ function _decaret($str) {
return $out;
}
/**
* @return User
*/
function _get_user() {
global $config;
$user = null;