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/VPS/VPS.php

    r770 r887  
    33class ModuleVPS extends AppModule
    44{
    5   function __construct($System)
     5  function __construct(System $System)
    66  {
    77    parent::__construct($System);
     
    1616  }
    1717
    18   function DoStart()
     18  function DoStart(): void
    1919  {
    2020
    2121  }
    2222
    23   function DoInstall()
     23  function DoInstall(): void
    2424  {
    2525
Note: See TracChangeset for help on using the changeset viewer.