Skip to content

Merge pull request #186 from atymic/fix/outlook-web #68

Merge pull request #186 from atymic/fix/outlook-web

Merge pull request #186 from atymic/fix/outlook-web #68

Triggered via push January 26, 2024 09:10
Status Failure
Total duration 23s
Artifacts

psalm.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
MissingDocblockType: src/Generators/BaseOutlook.php#L15
src/Generators/BaseOutlook.php:15:5: MissingDocblockType: Comment lines must be terminated with a new line character (\n). (see https://psalm.dev/110)
MissingPropertyType: src/Generators/BaseOutlook.php#L15
src/Generators/BaseOutlook.php:15:15: MissingPropertyType: Property Spatie\CalendarLinks\Generators\BaseOutlook::$dateFormat does not have a declared type - consider string (see https://psalm.dev/045)
MissingDocblockType: src/Generators/BaseOutlook.php#L17
src/Generators/BaseOutlook.php:17:5: MissingDocblockType: Comment lines must be terminated with a new line character (\n). (see https://psalm.dev/110)
MissingPropertyType: src/Generators/BaseOutlook.php#L17
src/Generators/BaseOutlook.php:17:15: MissingPropertyType: Property Spatie\CalendarLinks\Generators\BaseOutlook::$dateTimeFormat does not have a declared type - consider string (see https://psalm.dev/045)
UndefinedInterfaceMethod: src/Generators/BaseOutlook.php#L29
src/Generators/BaseOutlook.php:29:50: UndefinedInterfaceMethod: Method DateTimeInterface::setTimezone does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Generators/BaseOutlook.php#L30
src/Generators/BaseOutlook.php:30:46: UndefinedInterfaceMethod: Method DateTimeInterface::setTimezone does not exist (see https://psalm.dev/181)
MissingDocblockType: src/Generators/Google.php#L15
src/Generators/Google.php:15:5: MissingDocblockType: Comment lines must be terminated with a new line character (\n). (see https://psalm.dev/110)
MissingPropertyType: src/Generators/Google.php#L15
src/Generators/Google.php:15:15: MissingPropertyType: Property Spatie\CalendarLinks\Generators\Google::$dateFormat does not have a declared type - consider string (see https://psalm.dev/045)
UndefinedInterfaceMethod: src/Generators/Google.php#L24
src/Generators/Google.php:24:50: UndefinedInterfaceMethod: Method DateTimeInterface::setTimezone does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Generators/Google.php#L25
src/Generators/Google.php:25:46: UndefinedInterfaceMethod: Method DateTimeInterface::setTimezone does not exist (see https://psalm.dev/181)
psalm
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.