Typed Properties
30/42
What's new in PHP 7.4?
Covariant Return Types
<?php
class
ð¥whisky
{
Typed properties may have default values:
public int $rating = 92;
}