Qual: Fix PHPdoc to match parent

This commit is contained in:
MDW
2024-03-11 22:28:39 +01:00
parent 03d14dfe56
commit b79328f4e6
2 changed files with 14 additions and 13 deletions

View File

@@ -731,7 +731,7 @@ class CMailFile
/**
* Send mail that was prepared by constructor.
*
* @return negative-int|bool|string True if mail sent, false otherwise. Negative int if error in hook. String if incorrect send mode.
* @return int|bool|string True if mail sent, false otherwise. Negative int if error in hook. String if incorrect send mode.
*/
public function sendfile()
{