12 lines
170 B
PHP
12 lines
170 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Shimmie2;
|
|
|
|
/**
|
|
* @extends PartListBuildingEvent<string>
|
|
*/
|
|
class UploadHeaderBuildingEvent extends PartListBuildingEvent
|
|
{
|
|
}
|