From c025e2c3bec426d42bfc23f9ec3e31f2851b42d1 Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Sun, 17 Nov 2024 14:33:46 +0100 Subject: [PATCH] batch: Runner/Event/* --- src/Runner/Event/AnalysisStarted.php | 2 ++ src/Runner/Event/FileProcessed.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/Runner/Event/AnalysisStarted.php b/src/Runner/Event/AnalysisStarted.php index 75c9ff7b166..edd0b6a7b08 100644 --- a/src/Runner/Event/AnalysisStarted.php +++ b/src/Runner/Event/AnalysisStarted.php @@ -22,6 +22,8 @@ * @author Greg Korba * * @internal + * + * @readonly */ final class AnalysisStarted extends Event { diff --git a/src/Runner/Event/FileProcessed.php b/src/Runner/Event/FileProcessed.php index e90206e5530..407aa5e75bf 100644 --- a/src/Runner/Event/FileProcessed.php +++ b/src/Runner/Event/FileProcessed.php @@ -22,6 +22,8 @@ * @author Dariusz RumiƄski * * @internal + * + * @readonly */ final class FileProcessed extends Event {