Skip to content

Commit e544b2b

Browse files
committed
chore: remove stale phpstan seeder references
1 parent 1daa2f8 commit e544b2b

2 files changed

Lines changed: 0 additions & 55 deletions

File tree

phpstan-baseline.neon

Lines changed: 0 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,5 @@
11
parameters:
22
ignoreErrors:
3-
-
4-
message: '#^Parameter \#1 \$json of function json_decode expects string, string\|false given\.$#'
5-
identifier: argument.type
6-
count: 1
7-
path: database/seeders/ActorAttributeSeeder.php
8-
9-
-
10-
message: '#^Method zennit\\ABAC\\Database\\Seeders\\PolicySeeder\:\:resolveChainId\(\) has parameter \$data with no value type specified in iterable type array\.$#'
11-
identifier: missingType.iterableValue
12-
count: 1
13-
path: database/seeders/PolicySeeder.php
14-
15-
-
16-
message: '#^Method zennit\\ABAC\\Database\\Seeders\\PolicySeeder\:\:resolveParentChainId\(\) has parameter \$data with no value type specified in iterable type array\.$#'
17-
identifier: missingType.iterableValue
18-
count: 1
19-
path: database/seeders/PolicySeeder.php
20-
21-
-
22-
message: '#^Method zennit\\ABAC\\Database\\Seeders\\PolicySeeder\:\:resolvePolicyId\(\) has parameter \$data with no value type specified in iterable type array\.$#'
23-
identifier: missingType.iterableValue
24-
count: 1
25-
path: database/seeders/PolicySeeder.php
26-
27-
-
28-
message: '#^Method zennit\\ABAC\\Database\\Seeders\\PolicySeeder\:\:seedChain\(\) has parameter \$chainData with no value type specified in iterable type array\.$#'
29-
identifier: missingType.iterableValue
30-
count: 1
31-
path: database/seeders/PolicySeeder.php
32-
33-
-
34-
message: '#^Method zennit\\ABAC\\Database\\Seeders\\PolicySeeder\:\:seedCheck\(\) has parameter \$checkData with no value type specified in iterable type array\.$#'
35-
identifier: missingType.iterableValue
36-
count: 1
37-
path: database/seeders/PolicySeeder.php
38-
39-
-
40-
message: '#^Method zennit\\ABAC\\Database\\Seeders\\PolicySeeder\:\:seedPolicy\(\) has parameter \$policyData with no value type specified in iterable type array\.$#'
41-
identifier: missingType.iterableValue
42-
count: 1
43-
path: database/seeders/PolicySeeder.php
44-
45-
-
46-
message: '#^Parameter \#1 \$json of function json_decode expects string, string\|false given\.$#'
47-
identifier: argument.type
48-
count: 1
49-
path: database/seeders/PolicySeeder.php
50-
51-
-
52-
message: '#^Parameter \#1 \$json of function json_decode expects string, string\|false given\.$#'
53-
identifier: argument.type
54-
count: 1
55-
path: database/seeders/ResourceAttributeSeeder.php
56-
573
-
584
message: '#^Property zennit\\ABAC\\Commands\\PublishAbacEnvCommand\:\:\$envVariables type has no value type specified in iterable type array\.$#'
595
identifier: missingType.iterableValue

phpstan.neon.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ includes:
55
parameters:
66
paths:
77
- src
8-
- database/seeders
98
level: 7
109
tmpDir: .phpstan

0 commit comments

Comments
 (0)