Ignore:
Timestamp:
Nov 20, 2020, 12:08:12 AM (3 years ago)
Author:
chronos
Message:
  • Added: Static types added to almost all classes, methods and function. Supported by PHP 7.4.
  • Fixed: Various found code issues.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Chat/irc_bot.php

    r873 r887  
    3939  }
    4040
    41   function Run()
     41  function Run(): void
    4242  {
    4343    global $Database;
     
    195195    echo("-Connection lost.\n");
    196196  }
    197 
    198197}
    199198
Note: See TracChangeset for help on using the changeset viewer.