source: trunk/Packages/Package.php

Last change on this file was 887, checked in by chronos, 3 years ago
  • Added: Static types added to almost all classes, methods and function. Supported by PHP 7.4.
  • Fixed: Various found code issues.
File size: 153 bytes
Line 
1<?php
2
3class Package
4{
5 public string $Name;
6 public string $Version;
7 public string $License;
8 public string $Creator;
9 public string $Homepage;
10}
Note: See TracBrowser for help on using the repository browser.