diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-22 10:52:57 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-22 10:52:57 +0300 |
| commit | 40775baed5c08582b1976d1a1fa054ad0e192826 (patch) | |
| tree | 47e665974f2eb0b2051514c86f5dec8a41b32c30 /src/engine/VyOSElasticModernFulltextStorageEngine.php | |
| parent | 77fdd523554e18abc3a834bbd52527f015bc4aa8 (diff) | |
| download | phorge-elasticsearch-modern-40775baed5c08582b1976d1a1fa054ad0e192826.tar.gz phorge-elasticsearch-modern-40775baed5c08582b1976d1a1fa054ad0e192826.zip | |
H1: Apply code-quality fixes from review
- Engine class marked final (matches host class declaration; no
design intent to subclass).
- testConfigOverrides now also asserts host and port (these were
the most-likely-to-be-misconfigured fields; previously set but
unverified).
🤖 Generated by [robots](https://vyos.io)
Diffstat (limited to 'src/engine/VyOSElasticModernFulltextStorageEngine.php')
| -rw-r--r-- | src/engine/VyOSElasticModernFulltextStorageEngine.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/VyOSElasticModernFulltextStorageEngine.php b/src/engine/VyOSElasticModernFulltextStorageEngine.php index d10bac7..755bc2d 100644 --- a/src/engine/VyOSElasticModernFulltextStorageEngine.php +++ b/src/engine/VyOSElasticModernFulltextStorageEngine.php @@ -4,7 +4,7 @@ * Placeholder for the engine class. Real implementation grows in Phase 3-4. * Tasks E1-E8 replace the throwing stubs below with working code. */ -class VyOSElasticModernFulltextStorageEngine +final class VyOSElasticModernFulltextStorageEngine extends PhabricatorFulltextStorageEngine { public function getEngineIdentifier() { |
