-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathphpstan.neon
More file actions
19 lines (19 loc) · 1.05 KB
/
phpstan.neon
File metadata and controls
19 lines (19 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
parameters:
level: max
paths:
- ./src
fileExtensions:
- php
excludes_analyse:
- %currentWorkingDirectory%/vendor/*
- %currentWorkingDirectory%/tests/*
checkMissingIterableValueType: false
checkGenericClassInNonGenericObjectType: false
ignoreErrors:
- '#InvalidArgumentException is not subtype of Throwable#'
- '#activateByRoute() expects array<KevinPapst\\AdminLTEBundle\\Model\\MenuItemModel>, array<KevinPapst\\AdminLTEBundle\\Model\\MenuItemInterface|Knp\\Menu\\MenuItem> given#'
- '#Call to an undefined method Doctrine\\Persistence\\ObjectRepository::countProjects().#'
- '#Call to an undefined method Doctrine\\Persistence\\ObjectRepository::countTimeSpent().#'
- '#Call to an undefined method Doctrine\\Persistence\\ObjectRepository::countIssues().#'
- '#Call to an undefined method Doctrine\\Persistence\\ObjectRepository::findTimedIssuesRelatedToProject().#'
- '#Call to an undefined method Doctrine\\Persistence\\ObjectRepository::countEstimatedTime().#'