Fix PHPDoc comments project-wide
This commit is contained in:
parent
6077aa5847
commit
3282ce5389
113 changed files with 1703 additions and 795 deletions
|
@ -185,6 +185,7 @@ HELP;
|
|||
* @param Installer $installer the Installer instance
|
||||
*
|
||||
* @return bool true if checks were successfully, otherwise false
|
||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||
*/
|
||||
private function runBasicChecks(Installer $installer)
|
||||
{
|
||||
|
|
|
@ -206,6 +206,9 @@ HELP;
|
|||
* - replace " with \"
|
||||
* - replace tab char with \t
|
||||
* - manage multiline strings
|
||||
*
|
||||
* @param string $str
|
||||
* @return string
|
||||
*/
|
||||
private function massageString($str)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue