diff options
Diffstat (limited to 'lib/public/Support/CrashReport')
-rw-r--r-- | lib/public/Support/CrashReport/ICollectBreadcrumbs.php | 1 | ||||
-rw-r--r-- | lib/public/Support/CrashReport/IMessageReporter.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/public/Support/CrashReport/ICollectBreadcrumbs.php b/lib/public/Support/CrashReport/ICollectBreadcrumbs.php index 59dc6857e55..f74afe52193 100644 --- a/lib/public/Support/CrashReport/ICollectBreadcrumbs.php +++ b/lib/public/Support/CrashReport/ICollectBreadcrumbs.php @@ -41,5 +41,4 @@ interface ICollectBreadcrumbs extends IReporter { * @since 15.0.0 */ public function collect(string $message, string $category, array $context = []); - } 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; - } |