2024-01-24 10:59:25 +01:00
|
|
|
parameters:
|
|
|
|
bootstrapFiles:
|
|
|
|
- phpstan.bootstrap.php
|
|
|
|
|
|
|
|
fileExtensions:
|
|
|
|
- php
|
|
|
|
- php.dist
|
|
|
|
- inc
|
|
|
|
|
|
|
|
ignoreErrors:
|
2024-02-09 11:30:24 +01:00
|
|
|
# TODO: These need to be fixed somehow
|
|
|
|
- '#Access to an undefined property DateTime::\$_dateonly#'
|
|
|
|
# All expressions below are about libkolabxml (which I don't have installed)
|
2024-04-16 08:58:06 +02:00
|
|
|
- '#class (Address|Affiliation|Alarm|Attachment|Attendee|Duration|Contact|ContactReference|Configuration|Dictionary|Email|EmailReference|EventCal|DayPos|FileDriver|Key|NameComponents|SnippetCollection|RecurrenceRule|Related|Relation|EventCal|Snippet|Telephone|Url|vector.*|kolabformat|cDatetime|XMLObject|CustomProperty)#i'
|
2024-01-26 14:38:48 +01:00
|
|
|
- '#invalid .*type vector#'
|
2024-01-25 13:47:41 +01:00
|
|
|
- '#(cDateTime|EventCal)#'
|
2024-01-24 10:59:25 +01:00
|
|
|
|
|
|
|
paths:
|
|
|
|
- plugins
|
|
|
|
|
2024-01-30 14:45:46 +01:00
|
|
|
level: 4
|
2024-01-24 10:59:25 +01:00
|
|
|
|
|
|
|
scanDirectories:
|
|
|
|
- program/include
|
|
|
|
- program/actions
|
|
|
|
|
|
|
|
treatPhpDocTypesAsCertain: false
|
2024-04-16 08:58:06 +02:00
|
|
|
|
|
|
|
universalObjectCratesClasses:
|
|
|
|
- Sabre\VObject\Component
|
|
|
|
- Sabre\VObject\Component\VEvent
|
|
|
|
- Sabre\VObject\Component\VTodo
|