chore(RichObjectStrings): Add missing newlines

Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
provokateurin 2024-04-06 19:28:16 +02:00
parent 8e6ba9378a
commit 7fb95fab72
No known key found for this signature in database
1 changed files with 4 additions and 2 deletions

View File

@ -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' => [