Remove util directory

This commit is contained in:
Hypolite Petovan 2018-11-28 23:10:21 -05:00
parent e02295e8e8
commit 11a0dd4d4c
4 changed files with 0 additions and 139 deletions

View file

@ -59,7 +59,6 @@ HELP;
throw new \RuntimeException('DocBlox isn\'t available.');
}
//return from util folder to frindica base dir
$dir = get_app()->getBasePath();
//stack for dirs to search
@ -130,8 +129,6 @@ HELP;
/**
* This function generates a comma separated list of file names.
*
* @package util
*
* @param array $fileset Set of file names
*
* @return string comma-separated list of the file names
@ -143,7 +140,6 @@ HELP;
/**
* This functions runs phpdoc on the provided list of files
* @package util
*
* @param array $fileset Set of filenames
*
@ -169,8 +165,6 @@ HELP;
*
* In that version, it does not necessarily generate the smallest set, because it may not alter the elements order enough.
*
* @package util
*
* @param array $fileset set of filenames
* @param int $ps number of files in subsets
*