diff options
| author | copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> | 2026-05-22 09:59:41 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-22 09:59:41 +0000 |
| commit | 5e97aa48c13f75537915018754339b2336f14c1a (patch) | |
| tree | c96a275ca8a19d3c742b1aa07373e5d93dc7da24 /src/engine/VyOSElasticModernFulltextStorageEngine.php | |
| parent | 40775baed5c08582b1976d1a1fa054ad0e192826 (diff) | |
| download | phorge-elasticsearch-modern-5e97aa48c13f75537915018754339b2336f14c1a.tar.gz phorge-elasticsearch-modern-5e97aa48c13f75537915018754339b2336f14c1a.zip | |
H1: keep placeholder engine undiscoverable
Diffstat (limited to 'src/engine/VyOSElasticModernFulltextStorageEngine.php')
| -rw-r--r-- | src/engine/VyOSElasticModernFulltextStorageEngine.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/VyOSElasticModernFulltextStorageEngine.php b/src/engine/VyOSElasticModernFulltextStorageEngine.php index 755bc2d..f11eeab 100644 --- a/src/engine/VyOSElasticModernFulltextStorageEngine.php +++ b/src/engine/VyOSElasticModernFulltextStorageEngine.php @@ -1,10 +1,10 @@ <?php /** - * Placeholder for the engine class. Real implementation grows in Phase 3-4. - * Tasks E1-E8 replace the throwing stubs below with working code. + * Placeholder for the engine class. Keep this abstract until E7/E8 land so + * it is not auto-discovered as a selectable backend before it can operate. */ -final class VyOSElasticModernFulltextStorageEngine +abstract class VyOSElasticModernFulltextStorageEngine extends PhabricatorFulltextStorageEngine { public function getEngineIdentifier() { |
