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 DateTime::\$_dateonly#'
# All expressions below are about libkolabxml (which I don't have installed)
- '#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'
- '#invalid .*type vector#'
- '#(cDateTime|EventCal)#'
paths:
- plugins
level: 4
scanDirectories:
- program/include
- program/actions
treatPhpDocTypesAsCertain: false
universalObjectCratesClasses:
- Sabre\VObject\Component
- Sabre\VObject\Component\VEvent
- Sabre\VObject\Component\VTodo

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 3:07 AM (6 h, 1 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
94/a2/e0039668a8d51caa91dec684fd4f
Default Alt Text
phpstan.neon (1 KB)

Event Timeline