gl-website-deployer/vendor/doctrine/rst-parser/lib/Event/PreBuildRenderEvent.php
2024-11-19 08:02:04 +01:00

11 lines
173 B
PHP

<?php
declare(strict_types=1);
namespace Doctrine\RST\Event;
final class PreBuildRenderEvent extends BuildEvent
{
public const PRE_BUILD_RENDER = 'preBuildRender';
}