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