fix PHPStan

This commit is contained in:
Dylan K. Taylor 2022-07-24 00:14:17 +01:00
parent d9b050fb68
commit e3640907ba
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -33,6 +33,9 @@ final class BlockTypeInfo{
*/
private array $typeTags;
/**
* @param string[] $typeTags
*/
public function __construct(
private BlockBreakInfo $breakInfo,
array $typeTags = []