|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/lecturebazaar.com/vendor/spatie/calendar-links/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.20.0@3f284e96c9d9be6fe6b15c79416e1d1903dcfef4">
<file src="src/Generators/BaseOutlook.php">
<MissingDocblockType>
<code><![CDATA[protected $dateFormat = 'Y-m-d';]]></code>
<code><![CDATA[protected $dateTimeFormat = 'Y-m-d\TH:i:s\Z';]]></code>
</MissingDocblockType>
<MissingPropertyType>
<code>$dateFormat</code>
<code>$dateTimeFormat</code>
</MissingPropertyType>
<UndefinedInterfaceMethod>
<code>setTimezone</code>
<code>setTimezone</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Generators/Google.php">
<MissingDocblockType>
<code><![CDATA[protected $dateFormat = 'Ymd';]]></code>
</MissingDocblockType>
<MissingPropertyType>
<code>$dateFormat</code>
</MissingPropertyType>
<UndefinedInterfaceMethod>
<code>setTimezone</code>
<code>setTimezone</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Generators/Ics.php">
<MissingDocblockType>
<code><![CDATA[protected $dateFormat = 'Ymd';]]></code>
</MissingDocblockType>
<MissingPropertyType>
<code>$dateFormat</code>
</MissingPropertyType>
</file>
<file src="src/Generators/Yahoo.php">
<MissingDocblockType>
<code><![CDATA[protected $dateFormat = 'Ymd';]]></code>
</MissingDocblockType>
<MissingPropertyType>
<code>$dateFormat</code>
</MissingPropertyType>
<UndefinedInterfaceMethod>
<code>setTimezone</code>
<code>setTimezone</code>
</UndefinedInterfaceMethod>
</file>
<file src="src/Link.php">
<LessSpecificReturnStatement>
<code>self::createAllDay($title, $startDate, $numberOfDays)</code>
</LessSpecificReturnStatement>
<MissingParamType>
<code>$property</code>
</MissingParamType>
<PropertyTypeCoercion>
<code>clone $from</code>
<code>clone $to</code>
</PropertyTypeCoercion>
<UndefinedInterfaceMethod>
<code>modify</code>
</UndefinedInterfaceMethod>
<UnsafeInstantiation>
<code>new static($title, $from, $to, $allDay)</code>
</UnsafeInstantiation>
</file>
<file src="tests/Generators/IcsGeneratorTest.php">
<InvalidArgument>
<code>$presentationOptions</code>
</InvalidArgument>
</file>
</files>