Skip to content

Commit

Permalink
TypeInferenceTestCase: ability to disable implicit throws
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored and ondrejmirtes committed Apr 16, 2024
1 parent aa801e4 commit f280c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Testing/TypeInferenceTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static function processFile(
static::getEarlyTerminatingMethodCalls(),
static::getEarlyTerminatingFunctionCalls(),
self::getContainer()->getParameter('universalObjectCratesClasses'),
true,
self::getContainer()->getParameter('exceptions')['implicitThrows'],
self::getContainer()->getParameter('treatPhpDocTypesAsCertain'),
self::getContainer()->getParameter('featureToggles')['detectDeadTypeInMultiCatch'],
self::getContainer()->getParameter('featureToggles')['paramOutType'],
Expand Down

0 comments on commit f280c25

Please sign in to comment.