gl-website-deployer/vendor/doctrine/rst-parser/lib/Event/PreBuildScanEvent.php

11 lines
167 B
PHP
Raw Normal View History

2024-11-19 08:02:04 +01:00
<?php
declare(strict_types=1);
namespace Doctrine\RST\Event;
final class PreBuildScanEvent extends BuildEvent
{
public const PRE_BUILD_SCAN = 'preBuildScan';
}