Page MenuHomePhorge

phpstan.neon
No OneTemporary

Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None

phpstan.neon

parameters:
bootstrapFiles:
- phpstan.bootstrap.php
fileExtensions:
- php
- php.dist
- inc
ignoreErrors:
# TODO: These need to be fixed somehow
- '#Access to an undefined property (calendar|tasklist)::\$driver#'
- '#Access to an undefined property (calendar|tasklist)::\$itip#'
- '#Access to an undefined property (calendar|tasklist)::\$ical#'
- '#Access to an undefined property Kolab2FA\\.*::\$(username|secret)#'
- '#Access to an undefined property Sabre\\VObject.*::\$.*#'
- '#Access to an undefined property DateTime::\$_dateonly#'
# All expressions below are about libkolabxml (which I don't have installed)
- '#unknown class (kolabformat|Address|Alarm|Contact|ContactReference|Configuration|Email|RecurrenceRule|Key|Related|Url|Snippet|Telephone)#'
- '#class (Address|Affiliation|Alarm|Attachment|Attendee|Duration|ContactReference|Configuration|Dictionary|Email|EmailReference|DayPos|FileDriver|Key|NameComponents|SnippetCollection|RecurrenceRule|Related|Relation|EventCal|Snippet|Telephone|Url|vector.*|cDatetime|XMLObject|CustomProperty) not found#i'
- '#Call to method .* on an unknown class (Affiliation|Attachment|Attendee|cDateTime|Dictionary|EventCal|FileDriver|NameComponents|Relation|snippet|vector.*)#'
- '#invalid .*type vector#'
- '#(cDateTime|EventCal)#'
paths:
- plugins
level: 4
scanDirectories:
- program/include
- program/actions
treatPhpDocTypesAsCertain: false

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 4:40 AM (1 d, 6 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b8/05/b4d63ed5cd5c7bbff03d455a43e4
Default Alt Text
phpstan.neon (1 KB)

Event Timeline