From 7fb95fab72a199bfc0865cc5f035164b892770c3 Mon Sep 17 00:00:00 2001 From: provokateurin Date: Sat, 6 Apr 2024 19:28:16 +0200 Subject: [PATCH] chore(RichObjectStrings): Add missing newlines Signed-off-by: provokateurin --- lib/public/RichObjectStrings/Definitions.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/public/RichObjectStrings/Definitions.php b/lib/public/RichObjectStrings/Definitions.php index ffd7d614179..a0f395e43ee 100644 --- a/lib/public/RichObjectStrings/Definitions.php +++ b/lib/public/RichObjectStrings/Definitions.php @@ -85,7 +85,8 @@ class Definitions { 'parameters' => [ 'id' => [ 'since' => '11.0.0', - 'required' => true, 'description' => 'The id used to identify the announcement on the instance', + 'required' => true, + 'description' => 'The id used to identify the announcement on the instance', 'example' => '42', ], 'name' => [ @@ -109,7 +110,8 @@ class Definitions { 'parameters' => [ 'id' => [ 'since' => '11.0.0', - 'required' => true, 'description' => 'The app id', + 'required' => true, + 'description' => 'The app id', 'example' => 'updatenotification', ], 'name' => [