Typed Properties
4/38
Example Class
Typed Properties
<?php
class
ð¥whisky
{
Typed properties may have default values:
public int $rating = 92;
}