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
-3
View File
@@ -9,9 +9,6 @@ declare(strict_types=1);
namespace KTXM\PeopleManager\Import;
/**
* Yielded once per vCard processed, carrying its disposition and any errors.
*/
final readonly class ImportObjectEvent implements ImportEvent {
/**