|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <files psalm-version="5.1.0@4defa177c89397c5e14737a80fe4896584130674"> |
| 3 | + <file src="src/Core/src/AbstractApi.php"> |
| 4 | + <UndefinedFunction occurrences="2"> |
| 5 | + <code>trigger_deprecation('async-aws/core', '1.2', 'Extending "%s"" without overriding "%s" is deprecated. This method will be abstract in version 2.0.', __CLASS__, __FUNCTION__)</code> |
| 6 | + <code>trigger_deprecation('async-aws/core', '1.2', 'providing an endpoint with placeholder is deprecated and will be ignored in version 2.0. Provide full endpoint instead.')</code> |
| 7 | + </UndefinedFunction> |
| 8 | + </file> |
3 | 9 | <file src="src/Core/src/Credentials/PsrCacheProvider.php"> |
4 | 10 | <InvalidCatch occurrences="1"/> |
5 | 11 | <InvalidThrow occurrences="1"> |
|
27 | 33 | <code>$exception</code> |
28 | 34 | </PossiblyUndefinedVariable> |
29 | 35 | </file> |
| 36 | + <file src="src/Integration/Aws/DynamoDbSession/src/SessionHandler.php"> |
| 37 | + <ArgumentTypeCoercion occurrences="6"> |
| 38 | + <code>['TableName' => $this->options['table_name']]</code> |
| 39 | + </ArgumentTypeCoercion> |
| 40 | + </file> |
| 41 | + <file src="src/Integration/Aws/SimpleS3/src/SimpleS3Client.php"> |
| 42 | + <ArgumentTypeCoercion occurrences="1"/> |
| 43 | + <InvalidArgument occurrences="2"> |
| 44 | + <code>array_merge($options, ['Bucket' => $bucket, 'Key' => $key])</code> |
| 45 | + </InvalidArgument> |
| 46 | + </file> |
| 47 | + <file src="src/Integration/Flysystem/S3/src/AsyncAwsS3Adapter.php"> |
| 48 | + <InvalidArgument occurrences="2"/> |
| 49 | + </file> |
30 | 50 | <file src="src/Integration/Laravel/Cache/src/AsyncAwsDynamoDbStore.php"> |
| 51 | + <InvalidArgument occurrences="7"/> |
31 | 52 | <RedundantCast occurrences="1"> |
32 | 53 | <code>(int) $e->getCode()</code> |
33 | 54 | </RedundantCast> |
|
52 | 73 | </UndefinedInterfaceMethod> |
53 | 74 | </file> |
54 | 75 | <file src="src/Integration/Laravel/Mail/src/Transport/AsyncAwsSesTransport.php"> |
55 | | - <InvalidArgument occurrences="1"/> |
| 76 | + <InvalidArgument occurrences="2"> |
| 77 | + <code>array_merge($this->options, $input)</code> |
| 78 | + </InvalidArgument> |
| 79 | + </file> |
| 80 | + <file src="src/Integration/Laravel/Queue/src/Job/AsyncAwsSqsJob.php"> |
| 81 | + <ArgumentTypeCoercion occurrences="2"/> |
56 | 82 | </file> |
57 | 83 | <file src="src/Integration/Laravel/Queue/src/ServiceProvider.php"> |
58 | 84 | <UndefinedInterfaceMethod occurrences="1"> |
59 | 85 | <code>$this->app</code> |
60 | 86 | </UndefinedInterfaceMethod> |
61 | 87 | </file> |
| 88 | + <file src="src/Integration/Monolog/CloudWatch/src/CloudWatchLogsHandler.php"> |
| 89 | + <ArgumentTypeCoercion occurrences="1"> |
| 90 | + <code>$data</code> |
| 91 | + </ArgumentTypeCoercion> |
| 92 | + </file> |
62 | 93 | <file src="src/Integration/Symfony/Bundle/src/DependencyInjection/Configuration.php"> |
63 | 94 | <PossiblyNullReference occurrences="1"> |
64 | 95 | <code>scalarNode</code> |
|
0 commit comments