-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
19 lines (17 loc) · 1.06 KB
/
Copy pathphpstan-baseline.neon
File metadata and controls
19 lines (17 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
parameters:
ignoreErrors:
-
message: '#^Property T3Monitor\\T3monitoring\\Domain\\Model\\Client\:\:\$extensions \(TYPO3\\CMS\\Extbase\\Persistence\\Generic\\LazyLoadingProxy\|TYPO3\\CMS\\Extbase\\Persistence\\ObjectStorage\<T3Monitor\\T3monitoring\\Domain\\Model\\Extension\>\) does not accept TYPO3\\CMS\\Extbase\\Persistence\\ObjectStorage\<object\>\.$#'
identifier: assign.propertyType
count: 1
path: Classes/Domain/Model/Client.php
-
message: '#^Property T3Monitor\\T3monitoring\\Domain\\Model\\Client\:\:\$tag \(TYPO3\\CMS\\Extbase\\Persistence\\Generic\\LazyLoadingProxy\|TYPO3\\CMS\\Extbase\\Persistence\\ObjectStorage\<T3Monitor\\T3monitoring\\Domain\\Model\\Tag\>\) does not accept TYPO3\\CMS\\Extbase\\Persistence\\ObjectStorage\<object\>\.$#'
identifier: assign.propertyType
count: 1
path: Classes/Domain/Model/Client.php
-
message: '#^Method TYPO3\\CMS\\Core\\Database\\Connection\:\:lastInsertId\(\) invoked with 1 parameter, 0 required\.$#'
identifier: arguments.count
count: 2
path: Classes/Service/Import/ClientImport.php