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/Packages/Package.php

    r746 r887  
    11<?php
    22
    3 class Package {
    4   var $Name;
    5   var $Version;
    6   var $License;
    7   var $Creator;
    8   var $Homepage;
     3class Package
     4{
     5  public string $Name;
     6  public string $Version;
     7  public string $License;
     8  public string $Creator;
     9  public string $Homepage;
    910}
Note: See TracChangeset for help on using the changeset viewer.