- double-quotes to single
- added missing `@return`
This commit is contained in:
Roland Häder
2022-07-13 06:50:40 +02:00
parent 6175f9086e
commit db095b8559
2 changed files with 11 additions and 7 deletions
+4
View File
@@ -169,6 +169,8 @@ function remote_user()
* This function save text in session, to be shown to the user at next page load
*
* @param string $s - Text of notice
*
* @return void
*/
function notice(string $s)
{
@@ -189,6 +191,8 @@ function notice(string $s)
* This function save text in session, to be shown to the user at next page load
*
* @param string $s - Text of notice
*
* @return void
*/
function info(string $s)
{