<?php
class ðŸ¥ƒwhisky 
{
    
/**
     * @var string
     */
    
public    $name;

    
/**
     * @var Distillery
     */
    
private   $distillery;

    
/**
     * @var Bottler|null
     */
    
private   $bottler;

    
/**
     * @var TastingNote[]
     */
    
public    $tastingNotes;
}