Skip to content

Commit 6f6897d

Browse files
committed
Issue bot - support reportUnsafeArrayStringKeyCasting
1 parent 3da8941 commit 6f6897d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

issue-bot/src/Console/RunCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ private function analyseHash(LoopInterface $loop, OutputInterface $output, int $
194194
'checkTooWideReturnTypesInProtectedAndPublicMethods' => $options['checkTooWideTypesInProtectedAndPublicMethods'] ?? false,
195195
'checkTooWideParameterOutInProtectedAndPublicMethods' => $options['checkTooWideTypesInProtectedAndPublicMethods'] ?? false,
196196
'checkTooWideThrowTypesInProtectedAndPublicMethods' => $options['checkTooWideTypesInProtectedAndPublicMethods'] ?? false,
197+
'reportUnsafeArrayStringKeyCasting' => $options['reportUnsafeArrayStringKeyCasting'] ?? null,
197198
];
198199
$parameters['exceptions'] = [
199200
'implicitThrows' => $options['implicitThrows'] ?? true,

0 commit comments

Comments
 (0)