class Example {
/**
* @var string $attribute
*/
private string $attribute1;
/**
* @var string|null $attribute2
*/
private ?string $attribute2;
}