diff options
Diffstat (limited to 'lib/public/Support/CrashReport/ICollectBreadcrumbs.php')
-rw-r--r-- | lib/public/Support/CrashReport/ICollectBreadcrumbs.php | 1 |
1 files changed, 0 insertions, 1 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 = []); - } |