Support file output by ICS #66
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/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|