-
Notifications
You must be signed in to change notification settings - Fork 202
Expand file tree
/
Copy pathphpstan-baseline.neon
More file actions
49 lines (42 loc) · 2.15 KB
/
phpstan-baseline.neon
File metadata and controls
49 lines (42 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
parameters:
ignoreErrors:
-
message: '#^PHPDoc tag @property for property Picqer\\Financials\\Exact\\BulkGoodsDelivery\:\:\$GoodsDeliveryLines contains unknown class Picqer\\Financials\\Exact\\goodsdeliverylines\.$#'
identifier: class.notFound
count: 1
path: src/Picqer/Financials/Exact/BulkGoodsDelivery.php
-
message: '#^PHPDoc tag @property for property Picqer\\Financials\\Exact\\BulkGoodsDeliveryLine\:\:\$BatchNumbers contains unknown class Picqer\\Financials\\Exact\\stockbatchnumbers\.$#'
identifier: class.notFound
count: 1
path: src/Picqer/Financials/Exact/BulkGoodsDeliveryLine.php
-
message: '#^PHPDoc tag @property for property Picqer\\Financials\\Exact\\BulkGoodsDeliveryLine\:\:\$SerialNumbers contains unknown class Picqer\\Financials\\Exact\\stockserialnumbers\.$#'
identifier: class.notFound
count: 1
path: src/Picqer/Financials/Exact/BulkGoodsDeliveryLine.php
-
message: '#^PHPDoc tag @property for property Picqer\\Financials\\Exact\\Expenses\:\:\$ExpenseLines contains unknown class Picqer\\Financials\\Exact\\ExpenseLine\.$#'
identifier: class.notFound
count: 1
path: src/Picqer/Financials/Exact/Expenses.php
-
message: '#^PHPDoc tag @property for property Picqer\\Financials\\Exact\\Expenses\:\:\$Waypoints contains unknown class Picqer\\Financials\\Exact\\Waypoint\.$#'
identifier: class.notFound
count: 1
path: src/Picqer/Financials/Exact/Expenses.php
-
message: '#^PHPDoc tag @property for property Picqer\\Financials\\Exact\\ReasonForLogistic\:\:\$Types contains unknown class Picqer\\Financials\\Exact\\Type\.$#'
identifier: class.notFound
count: 1
path: src/Picqer/Financials/Exact/ReasonForLogistic.php
-
message: '#^PHPDoc tag @property for property Picqer\\Financials\\Exact\\User\:\:\$UserRoles contains unknown class Picqer\\Financials\\Exact\\UserRoles\.$#'
identifier: class.notFound
count: 1
path: src/Picqer/Financials/Exact/User.php
-
message: '#^Trait Picqer\\Financials\\Exact\\Webhook\\Authenticatable is used zero times and is not analysed\.$#'
identifier: trait.unused
count: 1
path: src/Picqer/Financials/Exact/Webhook/Authenticatable.php