refactor: comments

Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
2026-06-28 18:07:13 -04:00
parent d266b29e62
commit e04957de5e
6 changed files with 8 additions and 48 deletions
-6
View File
@@ -11,11 +11,5 @@ namespace KTXM\PeopleManager\Import;
use JsonSerializable;
/**
* Marker interface for events yielded by the contact import generator.
*
* Each event serializes to a flat NDJSON frame (no nested envelope); the
* controller appends the transaction id and streams it as one line.
*/
interface ImportEvent extends JsonSerializable {
}