From 58624d1505848deda6d8ac80958ace107dee36aa Mon Sep 17 00:00:00 2001 From: Dariusz Ruminski Date: Sun, 17 Nov 2024 14:50:54 +0100 Subject: [PATCH] Revert "batch: Runner/Event/*" This reverts commit c025e2c3bec426d42bfc23f9ec3e31f2851b42d1. --- src/Runner/Event/AnalysisStarted.php | 2 -- src/Runner/Event/FileProcessed.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/Runner/Event/AnalysisStarted.php b/src/Runner/Event/AnalysisStarted.php index edd0b6a7b08..75c9ff7b166 100644 --- a/src/Runner/Event/AnalysisStarted.php +++ b/src/Runner/Event/AnalysisStarted.php @@ -22,8 +22,6 @@ * @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 407aa5e75bf..e90206e5530 100644 --- a/src/Runner/Event/FileProcessed.php +++ b/src/Runner/Event/FileProcessed.php @@ -22,8 +22,6 @@ * @author Dariusz RumiƄski * * @internal - * - * @readonly */ final class FileProcessed extends Event {