1
1
parameters:
2
2
level: 5
3
+ treatPhpDocTypesAsCertain: false
3
4
reportUnmatchedIgnoredErrors: false
4
5
paths:
5
6
- src
@@ -22,39 +23,7 @@ parameters:
22
23
- '#PHPDoc tag @throws with type Psr\\Cache\\CacheException is not subtype of Throwable$#'
23
24
- '#^Dead catch - JsonException is never thrown in the try block\.$#'
24
25
- '#^Unsafe access to private property AsyncAws\\Flysystem\\S3\\AsyncAwsS3Adapter::\$[^ ]+ through static::\.$#'
25
- - '#^Variable \$s3SignerOptions in empty\(\) always exists and is always falsy.#'
26
26
- '#^Method AsyncAws\\[^\\]+\\Result\\[^ ]+ should return #'
27
27
- '#^Parameter \#1 \$input of class AsyncAws\\[^\\]+\\ValueObject\\[^ ]+ constructor expects #'
28
28
- '#^Argument 1 of AsyncAws\\Scheduler\\ValueObject\\ScheduleGroupSummary::__construct expects #'
29
29
- '#^Property AsyncAws\\Sqs\\Input\\SendMessageRequest::\$messageSystemAttributes \([^)]+\) does not accept non-empty-array#'
30
- - message: '#always exists and is not nullable\.$#'
31
- paths:
32
- - src/Core/src/Sts/ValueObject
33
- - src/Service/AppSync/src/ValueObject
34
- - src/Service/Athena/src/ValueObject
35
- - src/Service/CodeBuild/src/ValueObject
36
- - src/Service/CodeCommit/src/ValueObject
37
- - src/Service/CloudFormation/src/ValueObject
38
- - src/Service/CloudFront/src/ValueObject
39
- - src/Service/CloudWatch/src/ValueObject
40
- - src/Service/CloudWatchLogs/src/ValueObject
41
- - src/Service/CognitoIdentityProvider/src/ValueObject
42
- - src/Service/DynamoDb/src/ValueObject
43
- - src/Service/Firehose/src/ValueObject
44
- - src/Service/Iam/src/ValueObject
45
- - src/Service/Kms/src/ValueObject/KeyMetadata.php
46
- - src/Service/Kms/src/ValueObject/Tag.php
47
- - src/Service/Kinesis/src/ValueObject
48
- - src/Service/Lambda/src/ValueObject
49
- - src/Service/MediaConvert/src/ValueObject
50
- - src/Service/Iot/src/ValueObject/Tag.php
51
- - src/Service/Rekognition/src/ValueObject
52
- - src/Service/Route53/src/ValueObject
53
- - src/Service/S3/src/ValueObject
54
- - src/Service/Scheduler/src/ValueObject
55
- - src/Service/Ses/src/ValueObject
56
- - src/Service/Sns/src/ValueObject
57
- - src/Service/Sqs/src/ValueObject
58
- - src/Service/Ssm/src/ValueObject
59
- - src/Service/TimestreamQuery/src/ValueObject
60
- - src/Service/TimestreamWrite/src/ValueObject
0 commit comments