aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/RichObjectStrings/Definitions.php
diff options
context:
space:
mode:
authorprovokateurin <kate@provokateurin.de>2024-04-06 19:28:16 +0200
committerprovokateurin <kate@provokateurin.de>2024-04-06 19:28:16 +0200
commit7fb95fab72a199bfc0865cc5f035164b892770c3 (patch)
tree30dd0cb818d833c2aa179eaa8d64841c83313b8b /lib/public/RichObjectStrings/Definitions.php
parent8e6ba9378a3c07cb78be9c84b27903521cd6fee6 (diff)
downloadnextcloud-server-7fb95fab72a199bfc0865cc5f035164b892770c3.tar.gz
nextcloud-server-7fb95fab72a199bfc0865cc5f035164b892770c3.zip
chore(RichObjectStrings): Add missing newlines
Signed-off-by: provokateurin <kate@provokateurin.de>
Diffstat (limited to 'lib/public/RichObjectStrings/Definitions.php')
-rw-r--r--lib/public/RichObjectStrings/Definitions.php6
1 files 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' => [