]> git.mxchange.org Git - friendica.git/blobdiff - include/text.php
Fix tests (#5400)
[friendica.git] / include / text.php
index 679873b532997b71a7978710a925cba69e3ff59e..6aa0c9d2dd43208e33464c913d79253b5a04cf4c 100644 (file)
@@ -519,7 +519,6 @@ $LOGGER_LEVELS = [];
  * LOGGER_DATA
  * LOGGER_ALL
  *
- * @global App $a
  * @global array $LOGGER_LEVELS
  * @param string $msg
  * @param int $level
@@ -590,12 +589,10 @@ function logger($msg, $level = 0) {
  * LOGGER_DATA
  * LOGGER_ALL
  *
- * @global App $a
  * @global array $LOGGER_LEVELS
  * @param string $msg
  * @param int $level
  */
-
 function dlogger($msg, $level = 0) {
        $a = get_app();