aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Support/CrashReport/IMessageReporter.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Support/CrashReport/IMessageReporter.php')
-rw-r--r--lib/public/Support/CrashReport/IMessageReporter.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Support/CrashReport/IMessageReporter.php b/lib/public/Support/CrashReport/IMessageReporter.php
index ae173329a60..425900db0a6 100644
--- a/lib/public/Support/CrashReport/IMessageReporter.php
+++ b/lib/public/Support/CrashReport/IMessageReporter.php
@@ -40,5 +40,4 @@ interface IMessageReporter extends IReporter {
* @since 17.0.0
*/
public function reportMessage(string $message, array $context = []): void;
-
}