Skip to content

Commit

Permalink
Change apostrophe
Browse files Browse the repository at this point in the history
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
  • Loading branch information
Valdnet authored Feb 23, 2025
1 parent f974bb7 commit f955016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/SampleConversationsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function initialCreateSamples(string $userId): void {
protected function defaultSampleConversation(IUser $user): void {
$room = $this->roomService->createConversation(
Room::TYPE_GROUP,
$this->l->t('Let´s get started!'),
$this->l->t('Let's get started!'),

Check failure on line 81 in lib/Service/SampleConversationsService.php

View workflow job for this annotation

GitHub Actions / static-psalm-analysis

ParseError

lib/Service/SampleConversationsService.php:81:21: ParseError: Syntax error, unexpected T_STRING, expecting ')' on line 81 (see https://psalm.dev/173)

Check failure on line 81 in lib/Service/SampleConversationsService.php

View workflow job for this annotation

GitHub Actions / static-psalm-analysis

UndefinedConstant

lib/Service/SampleConversationsService.php:81:21: UndefinedConstant: Const s is not defined, consider enabling the allConstantsGlobal config option if scanning legacy codebases (see https://psalm.dev/020)

Check failure on line 81 in lib/Service/SampleConversationsService.php

View workflow job for this annotation

GitHub Actions / static-psalm-analysis

UndefinedConstant

lib/Service/SampleConversationsService.php:81:23: UndefinedConstant: Const get is not defined, consider enabling the allConstantsGlobal config option if scanning legacy codebases (see https://psalm.dev/020)

Check failure on line 81 in lib/Service/SampleConversationsService.php

View workflow job for this annotation

GitHub Actions / static-psalm-analysis

UndefinedConstant

lib/Service/SampleConversationsService.php:81:27: UndefinedConstant: Const started is not defined, consider enabling the allConstantsGlobal config option if scanning legacy codebases (see https://psalm.dev/020)
$user,
Room::OBJECT_TYPE_SAMPLE,
$user->getUID()
Expand Down

0 comments on commit f955016

Please sign in to comment.