Skip to content

Commit f736c48

Browse files
committed
4573: Applied coding standards
1 parent f7ba439 commit f736c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Feed/CalendarApiFeedType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public function getConfigOptions(Request $request, FeedSource $feedSource, strin
228228

229229
$resourceOptions = array_map(fn (Resource $resource) => [
230230
'id' => Ulid::generate(),
231-
'title' => $resource->name . " (". $resource->displayName . ")",
231+
'title' => $resource->name.' ('.$resource->displayName.')',
232232
'value' => $resource->id,
233233
], $resources);
234234

0 commit comments

Comments
 (0)